Skip to content

piensa/piensanode

 
 

Repository files navigation

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

About

A skeleton for GeoNode new template support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • HTML 10.6%