Skip to content

BCStudentSoftwareDevTeam/chemical-inventory

Folders and files

NameName
Last commit message
Last commit date
Feb 2, 2022
Feb 10, 2022
Mar 16, 2017
Jan 26, 2017
May 5, 2017
Jul 24, 2018
Feb 10, 2022
Apr 25, 2017
Oct 2, 2017
Aug 8, 2016
Feb 4, 2022
Feb 10, 2022
Feb 10, 2022
Feb 1, 2017

Repository files navigation

About This Application

To build this application you must...

  1. Have python 2.7 and virtualenv installed
  2. Run the setup file with the command source setup.sh
  3. Populate the database with generic values python reset-db.py
  4. Add your current machine user id to admin in config/roles.yaml
  5. Start webserver to serve application python run.py
  6. Open 0.0.0.0:8080 in your browser if you are working locally, your IP:8080 if remotely

Relevant Documentation

To work on this application, you'll probably want:

That's most of what comes to mind...