cortex-lab / alyx

Database for experimental neuroscience laboratories
44 stars 11 forks source link

Release 2020-09-08 #658

Closed oliche closed 4 years ago

oliche commented 4 years ago

Release instructions:

Pull the changes from github

git stash git pull git stash pop

1) Activate environment

2) Update the database if any scheme changes

./manage.py makemigrations ./manage.py migrate

3) Restart the Apache server

sudo service apache2 reload