Git clone this repo to your local dev box:
Have a HHyperMap checkout in the parent folder where this is checked out.
git clone https://github.com/cga-harvard/HHypermap.git -b registry
Install Vagrant and Ansible (2.0+)
vagrant up
Access the server on:
If you get ERROR 502 on server, you should do the following steps:
- sudo service supervisor stop
- sudo service supervisor start
- supervisorctl (to check status services)
To run Kibana:
sudo kibana
If you have problems indexing and it mentions aggregator_service_srs do the following:
python manage.py makemigrations python manage.py migrate djcelery 0001 --fake python manage.py migrate