démarre une section sur l'installation dans le fichier README

This commit is contained in:
Benjamin Dauvergne 2012-06-29 18:25:00 +02:00
parent 02f77ca5c5
commit 28e558d611
1 changed files with 17 additions and 0 deletions

17
README
View File

@ -1,5 +1,22 @@
Polycopiés numériques, projet UPD+UNPIdF
Installation
------------
With PostgreSQL:
$ createdb polynum
$ echo "DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'polynum' }}" >local_settings.py
Configure the following keys in your local_settings.py:
CAS_SERVER_URL - the CAS server URL
LDAP_URL - the LDAP server URL
LDAP_BIND_DN - the DN to authenticate to the LDAP server
LDAP_BIND_PASSWORD - the password
LDAP_USER_QUERY - the query to retrieve user, use %s as a placeholder for the CAS username
LDAP_BASE - the base DN for the query
$ ./manage.py syncdb
Indexes
-------