Go to file
Gregory Soutade 86d2b83ed9 Update ChangeLog and ljdc.xml 2014-04-27 19:13:09 +02:00
dynastie Update ChangeLog and ljdc.xml 2014-04-27 19:13:09 +02:00
misc Add ljdc (les joies du code) generator 2014-03-27 18:29:06 +01:00
AUTHORS Add COPYING README and AUTHORS 2013-02-07 18:51:57 +01:00
COPYING Add COPYING README and AUTHORS 2013-02-07 18:51:57 +01:00
ChangeLog Update ChangeLog and ljdc.xml 2014-04-27 19:13:09 +02:00
README Strip comments 2014-03-16 18:55:50 +01:00
apache_dynastie.conf Do a cleaner package. 2014-02-02 14:21:16 +01:00
manage.py Add manage.py to package 2014-02-02 08:53:08 +01:00

README

Dynastie is static blog generator delivered under GPL v3 licence terms.

Current version is 0.2

Requirements :
Django >= 1.4, libapache2-mod-wsgi if you want to use Dynastie with Apache. PyGments (Optional).

Installation :
* Download Dynastie
* Update dynastie/wsgy.py (with $PWD/../) don't forget the final slash !
* Update dynastie/settings.py (SECRET_KEY...)
* Run ./manage.sh syncdb and create a superuser
* Run ./manage.sh runserver 
or
* Copy (and edit) apache_dynastie.conf in /etc/apache2/sites-available, and create a symbolic link from /etc/apache2/sites-enabled to /etc/apache2/sites-available

Then you can create users*, blog, categories, posts and generate your blog !

*Be careful : $(blog.name) must be an URI like "blog.soutade.fr", it will be used like this in some parts of Dynastie.


More information can be found at http://indefero.soutade.fr/p/dynastie