Commit 9c4adf40 authored by Ville Korhonen's avatar Ville Korhonen
Browse files

Added mkdir

parent 2be89115
......@@ -5,9 +5,9 @@
apt-get install python-django python-ldap python-psycopg2 python-xapian python-debian
# Configuration
mkdir data # required by default settings
ln -s settings.py.devel settings.py
edit settings.py as needed
NB: by default, database is created to `data` subdirectory, you need to create this!
# First setup
./manage.py syncdb
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment