Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Shorter README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh authored May 14, 2017
1 parent 98061c2 commit d064038
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,6 @@

Configuration manager is used to generate configuration for Aerokube products.

## Development
To build cm:
## Complete Guide & Build Instructions

1) Install [Golang](https://golang.org/doc/install)
2) Setup `$GOPATH` [properly](https://github.com/golang/go/wiki/GOPATH)
3) Install [govendor](https://github.com/kardianos/govendor):
```
$ go get -u github.com/kardianos/govendor
```
4) Get cm source:
```
$ go get -d github.com/aerokube/cm
```
5) Go to project directory:
```
$ cd $GOPATH/src/github.com/aerokube/cm
```
6) Checkout dependencies:
```
$ govendor sync
```
7) Build source:
```
$ go build
```
8) Run cm:
```
$ ./cm --help
```
9) To build [Docker](http://docker.com/) container type:
```
$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
$ docker build -t cm:latest .
```
Complete reference guide (including building instructions) can be found at: http://aerokube.com/cm/latest/

0 comments on commit d064038

Please sign in to comment.