From c2cb8949ebe46714ffc001b89740ef9781395e1a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 25 Jul 2017 17:22:27 -0700 Subject: [PATCH] Create VagrantInstallation.md --- doc/VagrantInstallation.md | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/VagrantInstallation.md diff --git a/doc/VagrantInstallation.md b/doc/VagrantInstallation.md new file mode 100644 index 00000000..294ec76e --- /dev/null +++ b/doc/VagrantInstallation.md @@ -0,0 +1,45 @@ +Now ensure you have VirtualBox and Vagrant installed on your computer + +``` + +cd metamaps + +./bin/configure.sh + +``` + +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: + +``` + +./bin/start + +``` + +To stop them: + +``` + +./bin/stop + +``` + +With your webservers running, open a web browser and go to `http://localhost:3000` + + + +You can sign in with the default account + +email: `user@user.com` + +password: `toolsplusconsciousness` + +OR create a new account at `/join`, and use access code `qwertyui` + + + +Start mapping and programming!