Denote/README

19 lines
639 B
Plaintext

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