Update admin guide.
authorAntony Chazapis <chazapis@gmail.com>
Thu, 12 Jan 2012 11:38:37 +0000 (13:38 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Thu, 12 Jan 2012 11:38:37 +0000 (13:38 +0200)
docs/source/adminguide.rst

index 8f6afc2..98434c9 100644 (file)
@@ -112,6 +112,15 @@ Add in ``/etc/apache2/mods-available/wsgi.conf``::
 
   WSGIChunkedRequest On
 
+Make sure the data folder is writable by the web server user::
+
+  chown -R www-data:www-data /pithos/pithos/data
+
+If using an SQLite database, the same goes for the database file and the containing folder::
+
+  chown www-data:www-data /pithos/pithos/
+  chown www-data:www-data /pithos/pithos/backend.db
+
 Configure and run apache::
 
   a2enmod ssl