Skip to content

olneyhymn/westminster-daily

Repository files navigation

Code Climate Build Status

Westminster Daily

Read through the Westminster Standards in a year at reformedconfessions.com. Based on [https://www.gpts.edu/resources/documents/Calendar%20Readings%20in%20WestminsterNumbered.pdf](Calendar of Readings in the Westminster Standards) by Dr. Joseph Pipa Jr.

Setup and Deploy

Clone with git clone https://github.com/olneyhymn/westminster-daily.git.

Setup a virtualenv or Conda environment and run pip install -r requirements.txt.

Site automatically deploys from master branch if Travis tests pass.

Things to do:

  • tox -e build: Build static site
  • tox: Run tests against static site
  • tox -e lambda: Build Lambda zip file
  • make s3_upload: Upload static site to S3
  • make update_lambda_function: Upload lambda functions to Amazon