metamaps--metamaps/doc/VagrantInstallation.md

30 lines
611 B
Markdown
Raw Normal View History

2017-07-26 00:22:27 +00:00
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.
2017-07-26 16:24:51 +00:00
To start servers which will run Metamaps you can then run:
2017-07-26 00:22:27 +00:00
```
./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!