Skip to content

Latest commit

 

History

History
executable file
·
37 lines (22 loc) · 870 Bytes

README.rst

File metadata and controls

executable file
·
37 lines (22 loc) · 870 Bytes

Piensanode

  1. Git clone this repo to your local dev box:

    git clone https://github.com/piensa/piensanode.git

  2. Have a HHyperMap checkout in the parent folder where this is checked out.

    git clone https://github.com/cga-harvard/HHypermap.git -b registry

  3. Install Vagrant and Ansible (2.0+)

    vagrant up

  4. Access the server on:

    http://192.168.56.151/

Troubleshoting

  1. 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)
  2. To run Kibana:

    sudo kibana

  3. 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