This Vagrant image is designed for developers who will modify the source code. Therefore the repository is stored on the host system, allowing the user to commit & push code as normal.
Host requirements: Vagrant, Git
Tested with VirtualBox on Ubuntu 14.04
To work on your own fork, replace https://github.com/jsonresume/registry-server.git
with [email protected]:YOURNAME/registry-server.git
.
git clone https://github.com/jsonresume/registry-server.git && \
cd registry-server && \
git submodule update --init --recursive && \
cd .. && \
vagrant up && \
vagrant ssh
cd /vagrant/registry-server/ && \
MONGOHQ_URL=mongodb://localhost:27017/jsonresume node server.js