]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/admin/ils_admin/README
Start using automake/autoconf for configuring, building, and installing Evergreen
[Evergreen.git] / Open-ILS / admin / ils_admin / README
1 1. Set up the database params in settings.py
2 2. Run "python manage.py syncdb" from within OpenILS/admin/ils_admin directory.  
3     This will install the necessary Django tables in the database.
4
5 see http://www.djangoproject.com/documentation/ for more.
6
7 3. If you use Apache2/mod_python, create a symlink to "media" in your document root (e.g /openils/var/web) to the admin media dir:
8 e.g. /usr/lib/python2.4/site-packages/django/contrib/admin/media/
9 This can also be accomplished with an Alias directive in Apache config
10
11
12 ... should we create a default django.db to distribute?
13
14
15