File locations for the following files
credentials.yaml
- should be present in the root directoryiff_gsheets_config.json
- should be present inside theiff_dashboard
folder
You can change the following values in the credentials.yaml
file
MYSQL_USERNAME
MYSQL_PASSWORD
MYSQL_DATABASE
Database name is panoptic
& the credentials are as per your local system
mysql -u root -p panoptic < sql_dump.sql
Install the node module dependencies inside the static
folder
cd static
npm install
Run the following command from the root folder
pip -r requirements.txt
Run the following command from the root directory on the terminal / cmd
python panoptic_flask.py
Open 127.0.0.1:5000 in the browser