Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
mfrazer edited this page Aug 2, 2013 · 39 revisions

Software documentation

Software libraries used

Note during the build: some were listed at https://github.com/chnm/petulant-adventure/issues/9 which could now be closed. The developers have to add libraries to the requirements.txt file so that's probably the best place to pull the list from.

Documentation for developers/forkers of the tool

Relevant Python standards are...

Check and pull in notes from https://github.com/chnm/petulant-adventure/blob/master/README.md

Deployment notes - GitHub to AWS

To dev (heroku)

To live (AWS)

(Mia's version of Rebecca's notes - to be fixed) SSH into the AWS instance. Git pull. Check env settings: /$path/%to/$envgoeshere Check for new requests Sync db in case of database changes Run collect static (for CSS, images, etc) Touch apache wsgi.py

Documentation for repositories

If you want to be included, the first step is: have a good API with a clear statement re content licence for re-use. Then you can either fork the code, update it to include your API and push it back, or fund project developers to do that for you. If you update the code yourself, be careful around the 'magic box' dynamic query generation code (assuming we get that finished).

Documentation for end users

Clone this wiki locally