-
Notifications
You must be signed in to change notification settings - Fork 2
How To Setup Environment
Anthony Andreoli edited this page Sep 12, 2018
·
4 revisions
-
Clone the repo and cd into it
-
Install python3, version 3.6.5
-
Use InstallDependencies/installDependencies.py to install all packages
-
Two ways of running the server:
- in WebApplication/ type the command below, then type
flask run
for Unix:
$ export FLASK_APP=app.py
for Windows:
set FLASK_APP=app.py
- Alternatively, in WebApplication/ , type
python runWebApplication.py(python3 runWebApplication.pyin OSX)
Also, bootstrap is already set up. To get started if you want to work with boostrap, it's easy and has great documentation. For example to add a card just go here and find a nice component, and copy the html it gives you. Right now our page is just a basic starter page.