726d247632
Insert link to comment when it's referenced with #comment_number
23 lines
878 B
Plaintext
23 lines
878 B
Plaintext
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
|