Skip to content
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

Merged
merged 1 commit into from
Sep 20, 2016

Conversation

dtomcej
Copy link
Contributor

@dtomcej dtomcej commented Sep 19, 2016

No description provided.

Copy link
Member

@emilevauge emilevauge left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+n

Copy link
Contributor Author

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)
Copy link
Contributor

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 😝

@SantoDE
Copy link
Collaborator

SantoDE commented Sep 20, 2016

Cool :-) 👍 Maybe just do a quick rebase to squash the second commit?

@dtomcej
Copy link
Contributor Author

dtomcej commented Sep 20, 2016

Ya, Sounds good. Will update the branch too.

silly spelling mistake

Document accepted values for logLevel.

Add possibility to use BindPort IPAddress 👼

Signed-off-by: Vincent Demeester <[email protected]>

Update marathon

Signed-off-by: Emile Vauge <[email protected]>
@SantoDE
Copy link
Collaborator

SantoDE commented Sep 20, 2016

LGTM now :) 👍

Copy link
Member

@emilevauge emilevauge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐸

@vdemeester vdemeester merged commit 7e8937a into traefik:master Sep 20, 2016
@dtomcej dtomcej deleted the update-docs branch September 20, 2016 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants