summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-07 18:51:50 -0300
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-07 18:51:50 -0300
commit23a82777930d01804f4da2810aeb62e276f28457 (patch)
tree74b2733ce3f27f80351267ccee514abe826ccd3f
parentf46b77083bfd2543b39e77df68eaeff06799aef8 (diff)
downloadhyperkitty-23a82777930d01804f4da2810aeb62e276f28457.tar.gz
hyperkitty-23a82777930d01804f4da2810aeb62e276f28457.tar.xz
hyperkitty-23a82777930d01804f4da2810aeb62e276f28457.zip
updated production deployment readme
-rw-r--r--apache/README16
1 files changed, 15 insertions, 1 deletions
diff --git a/apache/README b/apache/README
index 485e6a2..e06893a 100644
--- a/apache/README
+++ b/apache/README
@@ -1,3 +1,17 @@
+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 "/home/akhan/gsoc/apache/apache_django_wsgi.conf"
+Include "/path/to/application/apache/apache_django_wsgi.conf"