This is all the code which powers agiliq.com.
A number of our apps are available at the agiliq.com site, and here via the requirements.txt
Some of our important apps we use are:
- Blogango at http://agiliq.com/blog/
- Dinette at http://agiliq.com/demo/dinette/
- Graphos at http://agiliq.com/demo/graphos/
Patches are welcome and gratefully accepted, for this site and everything else on our Github.
How to use this
- Clone this repo.
- mkdir logs
- cp localsettings.example.py localsettings.py, add correct settings etc.
- pip install -r requirements.txt (You use virtualenv, right?)
Deployment
fab all
for the full monty.fab quickdeploy
if the db schema hasn't changed.fab build_static
for creating the books/docs.