docs icon indicating copy to clipboard operation
docs copied to clipboard

Running examples: "buffalo setup"

Open hubyhuby opened this issue 7 years ago • 2 comments

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.

hubyhuby avatar Feb 15 '18 15:02 hubyhuby

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?

jmvbxx avatar Sep 26 '18 13:09 jmvbxx

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 ).

hubyhuby avatar Sep 27 '18 07:09 hubyhuby