Create VagrantInstallation.md
This commit is contained in:
parent
4e7bf02749
commit
c2cb8949eb
1 changed files with 45 additions and 0 deletions
45
doc/VagrantInstallation.md
Normal file
45
doc/VagrantInstallation.md
Normal file
|
@ -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!
|
Loading…
Reference in a new issue