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

Running examples: "buffalo setup" #165

Open
hubyhuby opened this issue Feb 15, 2018 · 2 comments
Open

Running examples: "buffalo setup" #165

hubyhuby opened this issue Feb 15, 2018 · 2 comments

Comments

@hubyhuby
Copy link

hubyhuby commented Feb 15, 2018

In my experience, it seems that most examples need to have the following command ran after the "go get" :
buffalo setup
This command often ask then to install this package :
https://github.com/golang/dep
This procedure could be specified in the example section of the website or in the examples them-self.

If not run, the CPU usage of the app gets a 100% and the ressources are not loaded.

@jmvbxx
Copy link
Contributor

jmvbxx commented Sep 26, 2018

The dep requirement is specified in https://github.com/gobuffalo/gobuffalo/blob/master/CONTRIBUTING.md#requirements. Is this where you'd like to see it? Or, do you think it would be helpful somewhere else, as well?

@hubyhuby
Copy link
Author

hubyhuby commented Sep 27, 2018

Thanks @jmvbxx ,
My comment was on a newbee perspective, when trying buffalo.
What some people will want to do is try an example, such as : https://github.com/bscott/golangflow
Which doesn t work if you don t know you need "buffalo setup"

The "buffalo setup" command will just make things work, ...
( The dep thing is not problematic once you know you need buffalo setup ).

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

No branches or pull requests

2 participants