Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Don't merge on initialization.
  • Loading branch information
nickelsen committed Apr 27, 2016
commit 51c68afa59ef7c9dba8a4a97ed64157fc1410359
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Project to run the whole ggtracker stack in vagrant

### Running
* Make sure you have vagrant+virtualbox installed on your computer
* Run `git submodule update --init --remote --merge --recursive` to pull the latest version of each submodule
* Run `git submodule update --init --remote --recursive` to pull the latest version of each submodule
* Run `vagrant up` to create the virtual box. This will download all required packages and go through the installation process for ggtracker and ESDB (~15 minutes; go make yourself a sandwich)
* Run `vagrant ssh` to ssh into the vagrant box
* Make a note of your vagrant IP: In the text it prints out upon login it says IP address for eth1: 172.28.128.3 (potentially some other ip)
Expand Down