Skip to content

How To Setup Environment

Anthony Andreoli edited this page Sep 12, 2018 · 4 revisions
  1. Clone the repo and cd into it

  2. Install python3, version 3.6.5

  3. Use InstallDependencies/installDependencies.py to install all packages

  4. 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.py in 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.

Clone this wiki locally