diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-07 18:51:50 -0300 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-07 18:51:50 -0300 |
commit | 23a82777930d01804f4da2810aeb62e276f28457 (patch) | |
tree | 74b2733ce3f27f80351267ccee514abe826ccd3f | |
parent | f46b77083bfd2543b39e77df68eaeff06799aef8 (diff) | |
download | hyperkitty-23a82777930d01804f4da2810aeb62e276f28457.tar.gz hyperkitty-23a82777930d01804f4da2810aeb62e276f28457.tar.xz hyperkitty-23a82777930d01804f4da2810aeb62e276f28457.zip |
updated production deployment readme
-rw-r--r-- | apache/README | 16 |
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" |