Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 317 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 317 Bytes

README

Bits needed for deploment.

Setup

  1. mkvirtualenv pyvideodeploy
  2. pip install -r requirements.txt
  3. run make setup
  4. get a copy of secret.yml

Deploy

Deploy to dev.pyvideo.org:

make dev

Make sure the site is working.

Deploy to pyvideo.org:

make prod