summaryrefslogtreecommitdiffstats
path: root/hyperkitty/apache/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/apache/README.rst')
-rw-r--r--hyperkitty/apache/README.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/hyperkitty/apache/README.rst b/hyperkitty/apache/README.rst
deleted file mode 100644
index e06893a..0000000
--- a/hyperkitty/apache/README.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-Create logs directory
----------------------
-**mkdir -p logs**
-
-Create python egg directory
----------------------------
-**mkdir -p .python-egg**
-chmod -R 777 .python-egg/
-
-
-
-Edit httpd.conf
----------------
-
-Add the following line in your httpd.conf (generally present at /etc/apache2/httpd.conf)
-
-Include "/path/to/application/apache/apache_django_wsgi.conf"