VPR Next is Vermont Public Radio's 2016 capital campaign. This site was designed by Oxbow.
- Make sure you have Python 2.7 installed.
- Clone the repo locally.
git clone git@github.com:vprnet/next.git
- Install
pip
- Install virtualenv.
pip install virtualenv
- Create a virtual environment for the app.
virtualenv venv
- Enter the virtual environment.
source venv/bin/activate
- Install the app requirements.
pip install -r requirements.txt
- Change into the project directory.
cd next
- Enter the virtual environment.
source venv/bin/activate
- To run locally, just hit a quick
python app/index.py
and head to127.0.0.1:5000
- To push to production on Amazon S3, run
python app/index.py build