keitwb / keithvaluation

Marketing Website for Tom J. Keith & Assoc.

Home Page:http://www.keithvaluation.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Notes

  • Start dev containers with ./dc up
  • Load dev fixtures by downloading latest DB backup file from S3 and put in the app container at path /data/sqlite/keithvaluation.db.
  • Sync media from latest backup and put in /media of the app container.
  • Run ./dc exec app ./manage.py collectstatic.
  • Run ./dc exec admin ./manage.py collectstatic.
  • Run app Django dev server with make run-app-dev.
  • Make sure dev domains dev.keithvaluation.com, dev-admin.keithvaluation.com and www.dev.keithvaluation.com are aliased to 127.0.7.1 in /etc/hosts.
  • Go to www.dev.keithvaluation.com in browser.
  • Admin is at dev-admin.keithvaluation.com.

About

Marketing Website for Tom J. Keith & Assoc.

http://www.keithvaluation.com


Languages

Language:Python 53.2%Language:HTML 36.4%Language:JavaScript 4.5%Language:CSS 2.7%Language:Dockerfile 1.1%Language:Shell 0.9%Language:Jinja 0.7%Language:Makefile 0.5%