1 | Denote is a basic note application writtent in Django␊ |
2 | ␊ |
3 | Current version is 0.1␊ |
4 | ␊ |
5 | Requirements :␊ |
6 | Django >= 1.8, libapache2-mod-wsgi if you want to use Denote with Apache. PyGments (Optional).␊ |
7 | ␊ |
8 | Installation :␊ |
9 | * Download Denote␊ |
10 | * Update denote/wsgy.py (with $PWD/../) don't forget the final slash !␊ |
11 | * Update denote/settings.py (SECRET_KEY...)␊ |
12 | * Run ./manage.sh syncdb␊ |
13 | * Run ./manage.sh runserver 0.0.0.0:8080␊ |
14 | or␊ |
15 | * 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␊ |
16 | ␊ |
17 | ␊ |
18 | More information can be found at http://indefero.soutade.fr/p/denote␊ |