diff --git a/README.md b/README.md new file mode 100644 index 0000000..071d20c --- /dev/null +++ b/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)