autolims allows experiments to be executed by humans and lab robots working together
#install db dependencies brew install mysql postgres
mysql.server start pg_ctl -D /usr/local/var/postgres start
createuser autolims --createdb -P createdb autolims -U autolims
git clone https://github.com/scottbecker/autolims cd autolims
virtualenv -p python .pyenv . .pyenv/bin/activate.fish
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver open http://localhost:8000/admin/autolims
python manage.py loaddata autolims/tests/data/test_db_fixture.json python manage.py runserver