You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This wiki page explains how to set up the local environment on TerpDAC's pythonanywhere account
Instructions
Setting up the Basics
Install Python 3.5+.
Install Github.
Use Github to download latest code.
Setting up your Environment
Open a console and change into your SensorWebsite directory.
Run the following command: pip install -r requirements.txt
Create instance folder in MicSenseWeb.
Enter the instance folder and create file config.py.
Edit the config.py file with the following
# This should NEVER be uploaded to version control
# DBTYPE+PYDBENGINE://USERNAME:PASSWORD@SERVER_HOSTNAME/DATABASE_NAME
SQLALCHEMY_DATABASE_URI = "mysql+pymysql://USERNAME:PASSWORD@DATABASE_SERVER/DATABASE_NAME"