Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 701 Bytes

NOTE: This attempt at a cloud movement validation site is no longer being maintained. The new work as of May 2017 is at: https://github.com/openworm/movement_cloud.

#movement_validation_cloud#

The Movement Validation cloud application, for the movement_validation Python package.

For installation instructions, please see INSTALL.md.

@JoeBowen's Notes

source content/djangodev/bin/activate

eb start

eb status --verbose

mysql -u root -p django drop database django; create database django; use django; python manage.py syncdb python manage.py runserver