2013-02-07 18:51:57 +01:00
Dynastie is static blog generator delivered under GPL v3 licence terms.
2016-01-09 20:10:27 +01:00
Current version is 0.4
2013-02-07 18:51:57 +01:00
Requirements :
2015-09-21 19:05:25 +02:00
Django >= 1.8, libapache2-mod-wsgi if you want to use Dynastie with Apache. PyGments (Optional).
2013-02-07 18:51:57 +01:00
Installation :
2014-02-02 14:21:16 +01:00
* Download Dynastie
2014-03-16 18:55:50 +01:00
* Update dynastie/wsgy.py (with $PWD/../) don't forget the final slash !
* Update dynastie/settings.py (SECRET_KEY...)
2014-02-02 14:21:16 +01:00
* Run ./manage.sh syncdb and create a superuser
2016-01-09 20:10:27 +01:00
* Run ./manage.sh runserver 0.0.0.0:8080
2014-02-02 14:21:16 +01:00
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
2013-02-07 18:51:57 +01:00
2014-02-02 14:21:16 +01:00
Then you can create users*, blog, categories, posts and generate your blog !
2013-02-07 18:51:57 +01:00
2014-02-02 14:21:16 +01:00
*Be careful : $(blog.name) must be an URI like "blog.soutade.fr", it will be used like this in some parts of Dynastie.
2013-02-07 18:51:57 +01:00
More information can be found at http://indefero.soutade.fr/p/dynastie