Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add instructions
  • Loading branch information
kthoden committed Sep 9, 2020
0 parents commit 815260f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
# Legacy platform EOA 1.0
## Installation

virtualenv --python=python2.7 eoapp10
cd eoapp10
source bin/activate

git clone this here

cd website
pip install -r requirements.txt

python manage.py runserver localhost:8003

## Operation
Live in the past at http://localhost:8003/index.html

Open your browser at http://localhost:8003/admin/ (credentials: admin/admin)

0 comments on commit 815260f

Please sign in to comment.