Based on Centos 7 installations
-
Install requirements
- Vagrant
- VirtualBox or supported provider.
-
Install vagrant plugin
vagrant plugin install vagrant-sshfs
-
Clone development environment repo
git clone git@github.com:asset-web/ctm-deploy.git
-
Check out project code
mkdir -p ctm-deploy/src cd ctm-deploy/src git clone git@github.com:asset-web/check_the_map.git
cd ctm-deploy
vagrant up
vagrant vagrant-sshfs
sh /vagrant/start-up.sh
python manage.py runserver 0.0.0.0:8000
http://localhost:8000
vagrant ssh
source /vagrant/venv/bin/activate
wagtail start check_the_map