Go to file
Gregory Soutade b5e01ca31b Update ChangeLog 2016-06-30 20:13:41 +02:00
denote Add templates management 2016-06-30 20:13:15 +02:00
resources/images Initial commit 2015-09-24 18:31:03 +02:00
AUTHORS Initial commit 2015-09-24 18:31:03 +02:00
COPYING Initial commit 2015-09-24 18:31:03 +02:00
ChangeLog Update ChangeLog 2016-06-30 20:13:41 +02:00
README Initial commit 2015-09-24 18:31:03 +02:00
apache_denote.conf Initial commit 2015-09-24 18:31:03 +02:00
manage.py Initial commit 2015-09-24 18:31:03 +02:00

README

Denote is a basic note application writtent in Django

Current version is 0.1

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

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


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