Repository files navigation Important things to know before developing locally or in C9
You will notice a bunch of sqlite related code, but we are no longer using sqlite
You will need to have mysql and python mysql-db
Create a work space in c9 with the python template and the github ssh url.
run git pull to ensure latest changes are pulled.
run source setup.sh to execute setup script.
run phpmyadmin-ctl install to run the phpmyadmin client.
navigate to the phpmyadmin interface
create a database named urcpp_flask_v2
add a user named urcpp-flask with password DanforthLabor123! and check grant all permissions on database urcpp_flask_v2
See instructions here for more aid
comment out lines 20-27 in api/__init__.py
create a file api/secret_key with alphanumeric characters in the file
run python recreate_static
run python recreate_dynamic
comment lines 20-27 back in
run python api.py
if application does not load, comment out lines 80-83 in 'urcpp-flask/api/everything.py'
to initialize mysql, run 'mysql-ctl install' and answer 'Y'
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.