Skip to content
/ next Public

Vermont Public Radio's 2016 Capital Campaign, VPR Next

Notifications You must be signed in to change notification settings

vprnet/next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vermont Public Radio's 2016 Capital Campaign, VPR Next

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published