Database for experimental neuroscience laboratories
Documentation: Installation and getting started, Alyx usage guide
Alyx has only been tested on Ubuntu (16.04 / 18.04 / 20.04), the latest is recommended. There are no guarantees that this setup will work on other systems. Assumptions made are that you have sudo permissions under an account named
The getting started section of the documentation details the steps for
./manage.py test -n
test without migrations (faster)./manage.py test
test with migrations (recommended if model changes)DEBUG = True
in the settings.py file (specifically SECURE_SSL_REDIRECT = True
causes REST tests to fail)./manage.py test -n