Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Legacy platform EOA 1.0
## Installation
virtualenv --python=python2.7 eoapp10
cd eoapp10
source bin/activate
git clone https://github.molgen.mpg.de/EditionOpenAccess/eoa-1.0
cd eoa-1.0/website
pip install -r requirements.txt
python manage.py runserver localhost:8003
## Operation
Live in the past at http://localhost:8003/index.html
For administration, open your browser at http://localhost:8003/admin/ (credentials: admin/admin)