Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from taku-k/feat/add-development
Browse files Browse the repository at this point in the history
Add a description about development
  • Loading branch information
taku-k authored Oct 17, 2017
2 parents 9da08f1 + 08ca9f0 commit 4c4741d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,38 @@ IPDrawer is IP Address Management (IPAM) application and the code is written in
* [REST API Reference](/pkg/server/apiclient/README.md)
* `./ipdrawer start --redis-host localhost` and access to `http://localhost:25577/swagger-ui`

## Development

### Prerequisite

* Go
* make
* dep

```bash
$ make deps
$ dep ensure
```

### Generate a binary

```bash
$ make
$ ./ipdrawer --help
```

### Generate proto files

```bash
$ make proto
```

### Run test

```bash
$ make test
```

## Author

[taku-k](https://github.com/taku-k)

0 comments on commit 4c4741d

Please sign in to comment.