Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 910 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 910 Bytes

VPR NEXT

VPR Next is Vermont Public Radio's 2016 capital campaign. This site was designed by Oxbow.

Notes on the Project

One-time setup work:

  1. Make sure you have Python 2.7 installed.
  2. Clone the repo locally. git clone git@github.com:vprnet/next.git
  3. Install pip
  4. Install virtualenv. pip install virtualenv
  5. Create a virtual environment for the app. virtualenv venv
  6. Enter the virtual environment. source venv/bin/activate
  7. Install the app requirements. pip install -r requirements.txt

For regular updates, start here:

  1. Change into the project directory. cd next
  2. Enter the virtual environment. source venv/bin/activate
  3. To run locally, just hit a quick python app/index.py and head to 127.0.0.1:5000
  4. To push to production on Amazon S3, run python app/index.py build