tethysapp-hydroshare_gis
This app is created to run in the Teyths Platform programming environment. See: https://github.com/tethysplatform/tethys and http://docs.tethysplatform.org/en/latest/
See: http://docs.tethysplatform.org/en/latest/installation.html
See: http://hs-restclient.readthedocs.org/en/latest/#installation
$ sudo su
$ . /usr/lib/tethys/bin/activate
$ pip install pyshp
$ exit
Clone the app into the directory you want:
$ git clone https://github.com/shawncrawley/tethysapp-hydroshare_gis.git
$ cd tethysapp-hydroshare_gis
Then install the app into the Tethys Platform.
$ . /usr/lib/tethys/bin/activate
$ cd tethysapp-hydroshare_gis
$ python setup.py develop
$ . /usr/lib/tethys/bin/activate
$ cd tethysapp-hydroshare_gis
$ python setup.py install
$ tethys manage collectstatic
Restart the Apache Server: See: http://docs.tethysplatform.org/en/latest/production/installation.html#enable-site-and-restart-apache
Update the local repository and Tethys Platform instance.
$ . /usr/lib/tethys/bin/activate
$ cd tethysapp-hydroshare_gis
$ git pull
Restart the Apache Server: See: http://docs.tethysplatform.org/en/latest/production/installation.html#enable-site-and-restart-apache