Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.37 KB

Agiliq

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:

  1. Blogango at http://agiliq.com/blog/
  2. Merchant at http://agiliq.com/blog/
  3. Dinette at http://agiliq.com/demo/dinette/
  4. 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

  1. Clone this repo.
  2. mkdir logs
  3. cp localsettings.example.py localsettings.py, add correct settings etc.
  4. pip install -r requirements.txt (You use virtualenv, right?)

Deployment

source deploy.sh

deploy.sh deploys the app to heroku and clears the cache.

This uses a custom multi buildpack. Heroku recommends using dj_static to serve static files, which we didn't like, so this is being served on gunicorn behind nginx. (Which is itself behind the heroku router, of course.)