hackatbrown / 2015.hackatbrown.org

Website for Hack@Brown 2015.

Home Page:http://2015.hackatbrown.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Instructions

Dev expected parameters: application: hackatbrown2015 version: 9

Always push to dev. Remember the dev server has the SAME datastore as the master one. Then merge into master, and make sure the version number in app.yaml is 2. Then deploy.

For additional testing at scale, we also have a QA branch & server. Annoyingly, it's named hackatbrown2015-dev. It should be version 9. It does NOT share a datastore with the other 2 servers.

Follow these instructions:

  • git checkout dev
  • git pull
  • Make your changes
  • git add -A
  • git commit -m "Message"
  • git push
  • git checkout master
  • git pull
  • git merge dev
  • Check to make sure version in app.yaml is 2
  • git push
  • Deploy via Google App Engine Launcher

About

Website for Hack@Brown 2015.

http://2015.hackatbrown.org

License:MIT License


Languages

Language:Python 35.3%Language:JavaScript 30.7%Language:CSS 26.1%Language:HTML 7.9%