-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs to improve contribution setup #685
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @dtomcej :)
Just one small typo before merging.
- You will want to add those 2 export lines to your `.bashrc` or `.bash_profile` | ||
- You need `go-bindata` to be able to use `go generate` command (needed to build) : `$ go get github.com/jteeuwen/go-bindata/...` (Please note, the ellipses are required) | ||
|
||
###### Settig up your `glide` environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+n
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
`vendor` and add it to your `glide.yaml`. | ||
|
||
```bash | ||
$ glide install | ||
# generate | ||
# generate (Only required to integrate other components such as web dashboard) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the script used inside the docker container still work here, ./script/make.sh binary
does both generate
and build
. I don't think we should mention it but 😝
Cool :-) 👍 Maybe just do a quick rebase to squash the second commit? |
Ya, Sounds good. Will update the branch too. |
1e8ecfc
to
86e6c46
Compare
silly spelling mistake Document accepted values for logLevel. Add possibility to use BindPort IPAddress 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm> Update marathon Signed-off-by: Emile Vauge <emile@vauge.com>
9ffa5bf
to
e5dcfa0
Compare
LGTM now :) 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐸
No description provided.