Initial commit
This commit is contained in:
18
README
Normal file
18
README
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
Reference in New Issue
Block a user