This repository is being used to test tools and services (CI, deploys, etc). Feel free to ignore.
Necessary software:
- Vagrant 1.5+
- Vagrant provider (e.g. VirtualBox)
- Saltstack 0.17+
Steps:
-
Setup the VM.
vagrant up
-
Log into the VM.
vagrant ssh
-
Navigate to the shared VM folder.
cd /vagrant
-
Copy and edit the provided .env file
cp .env.example .env
-
Start the server processes.
foreman start
rsync has been enabled in the VM. Use vagrant rsync-auto
to edit files outside the VM.
The web server is accessible at localhost:3000
on the host machine.