-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted compiled python files and updated installation instructions i…
…n README.md
- Loading branch information
1 parent
1bbca0c
commit e9f5e06
Showing
7 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.