summaryrefslogtreecommitdiff
path: root/docs/source/install.rst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-26 00:56:27 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-26 00:56:27 +0200
commit58a66e44e2f23704c1f7ee6819bd5e40cac18c0f (patch)
tree95fa05e06f74d2694029dbb803cf413c571f6103 /docs/source/install.rst
parentd2b70d4ec09634479749911fe8aa3b4a30e2a02e (diff)
downloadPapillon-58a66e44e2f23704c1f7ee6819bd5e40cac18c0f.tar.bz2
Papillon-58a66e44e2f23704c1f7ee6819bd5e40cac18c0f.zip
Correct documentation
Diffstat (limited to 'docs/source/install.rst')
-rw-r--r--docs/source/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 48f098d..1defe38 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -112,7 +112,7 @@ If your Papillon is going to be used by many people, it is recommanded to use a
In the directory Papillon, put up a symbolic link to the basic styles django (change the path depending on your installation of django)::
$ cd $PAPILLON_PATH
- $ ln -s /usr/share/python-support/python-django/django/contrib/admin/media/ .
+ $ ln -s .
Database initialisation
@@ -199,7 +199,7 @@ Install mod_wsgi for apache::
Copy and adapt the apache configuration file for Papillon::
$ cd $INSTALL_PATH
- $ sudo cp papillon/docs/conf/apache-wsgi.conf /etc/apache2/sites-available/papillon
+ $ sudo cp docs/conf/apache-wsgi.conf /etc/apache2/sites-available/papillon
$ sudo nano /etc/apache2/sites-available/papillon
Copy and adapt the wsgi configuration file for Papillon::