Update VagrantInstallation.md

This commit is contained in:
Connor Turland 2017-07-26 09:24:51 -07:00 committed by GitHub
parent 3829d32390
commit bb546779cd

View file

@ -1,37 +1,23 @@
Now ensure you have VirtualBox and Vagrant installed on your computer Now ensure you have VirtualBox and Vagrant installed on your computer
``` ```
cd metamaps cd metamaps
./bin/configure.sh ./bin/configure.sh
``` ```
This will do all the setup steps to make Metamaps work with a bit of behind the scenes ninja magick. This will do all the setup steps to make Metamaps work with a bit of behind the scenes ninja magick.
To start servers which will run Metamaps you can then run:
To start servers which will run metamaps you can then run:
``` ```
./bin/start ./bin/start
``` ```
To stop them: To stop them:
``` ```
./bin/stop ./bin/stop
``` ```
With your webservers running, open a web browser and go to `http://localhost:3000` With your webservers running, open a web browser and go to `http://localhost:3000`
You can sign in with the default account You can sign in with the default account
email: `user@user.com` email: `user@user.com`
@ -40,6 +26,4 @@ password: `toolsplusconsciousness`
OR create a new account at `/join`, and use access code `qwertyui` OR create a new account at `/join`, and use access code `qwertyui`
Start mapping and programming! Start mapping and programming!