Skip to content

rice-apps/safety-app-portal

Repository files navigation

safety-app-portal

Web portal for safety-app

Development

Set up your Python virtual environment, and install all required packages.

Environment Tools

  • Use a python virtual environment:
    • sudo pip install virtualenv
  • Use autoenv to load directory-based environment:
    • sudo pip install autoenv
    • echo "source ``which activate.sh``" >> ~/.bashrc

Starting Up

Initial Setup:

In the project repo.

  • Create your virtual environment:
    • virtualenv venv
  • Activate environment:
    • source venv/bin/activate
  • Install dependencies:
    • pip install -r requirements.txt

Normal Flow:

With the provided .env file, once you cd, your virtual environment should start with local development settings loaded.

  • Navigate to directory
    • cd safety-app-portal

Run python app.py to launch.

Heroku Deployment

Hosted on Heroku. Instructions soon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published