Skip to content

Commit

Permalink
deleted compiled python files and updated installation instructions i…
Browse files Browse the repository at this point in the history
…n README.md
  • Loading branch information
chalamander committed Apr 25, 2019
1 parent 1bbca0c commit e9f5e06
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# EcoloGIS
This project aims to bring together the fields of movement ecology and data geovisualisation in order to develop an advanced web-based movement data visualisation tool, EcoloGIS.

To run the application on Linux systems, execute the bash script run.sh, which should activate the python virtual environment, export the flask application evironment variable, and then start running a flask server locally. The URI of the server should appear in the console output - open this in the web browser of your choice (firefox / chrome recommended). The link should navigate you to [localhost:5000]/new/ and you should see the 'create a new study' screen of ecoloGIS.
Binary file removed venv/fileUploader.pyc
Binary file not shown.
Binary file removed venv/fileprocessing.pyc
Binary file not shown.
Binary file removed venv/main.pyc
Binary file not shown.
9 changes: 9 additions & 0 deletions venv/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

#activate python virtual environment
. bin/activate
#set flask app environment variable
export FLASK_APP=main.py
#start flask
flask run
echo "open the uri above to start using EcoloGIS"
Binary file removed venv/stacked_space_time_densities.pyc
Binary file not shown.
Binary file removed venv/visualisation.pyc
Binary file not shown.

0 comments on commit e9f5e06

Please sign in to comment.