-
Notifications
You must be signed in to change notification settings - Fork 55
Installation problem #200
Comments
Hi, @ihash. I see our docs are outdated, I already have a pull request on the way. In the Installation from sourceGandalf is built in Go, see http://golang.org/doc/install to install it. Gandalf also uses mongodb, on ubuntu run: $ [sudo] apt-get install mongodb Get Gandalf: $ go get github.com/tsuru/gandalf/... Gandalf will come with a default configuration file, at The script will build and run Gandalf server with the current user, so if you So let's run it: $ cd $GOPATH/src/github.com/tsuru/gandalf
$ ./misc/setup.sh No output means no error :) Now test if Gandalf server is up and running: $ ps -ef | grep gandalf This should output something like the following: git 27334 1 0 17:30 ? 00:00:00 /home/git/gandalf/dist/gandalf-webserver Now we're ready to move on! Thanks! |
Thanks a lot... and no error with: ./misc/setup.bash |
Hi @ihash the |
Ah, I almost got it. Thanks, @andrewsmedina.
|
Hi
I wanted to build from the source as the docs says to run install.sh! But Icant find it!
https://gandalf.readthedocs.org/en/latest/install-from-source.html
The text was updated successfully, but these errors were encountered: