Skip to content

Commit 88424df

Browse files
committed
add command for updating all submodules to latest
1 parent 74a919b commit 88424df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Project to run the whole ggtracker stack in vagrant
33

44
### Running
55
* Make sure you have vagrant+virtualbox installed on your computer
6-
* Run `git submodule update --init` to pull submodules
6+
* Run `git submodule update --init --remote --merge --recursive` to pull the latest version of each submodule
77
* 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)
88
* Run `vagrant ssh` to ssh into the vagrant box
9+
* 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)
910
* Find code in /vagrant `cd /vagrant`
1011
* Start the application (requires 2 ssh sessions, or run them as background jobs)
1112
* ESDB: `(cd esdb && foreman start)`

0 commit comments

Comments
 (0)