From e40553e1ad1155b380a41588174ec80270a22f0c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 10 Apr 2010 15:55:37 -0400 Subject: created more automatic django.wsgi file and fixed an error that I made when removing the authetication module again --- INSTALL.webfaction | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'INSTALL.webfaction') diff --git a/INSTALL.webfaction b/INSTALL.webfaction index dc172e7b..a449ffe6 100644 --- a/INSTALL.webfaction +++ b/INSTALL.webfaction @@ -1,3 +1,5 @@ +NOTE: this file may be a bit out of date + Detailed instructions for installing Askbot on WebFaction Adapted from http://code.pinaxproject.com/wiki/DetailedPinaxWebfaction/ @@ -281,7 +283,7 @@ Configure Apache2 #SetEnvIf X-Forwarded-SSL on HTTPS=1 WSGIPythonPath /home/USERNAME/envs/askbot/lib/python2.5/site-packages/ - WSGIScriptAlias / /home/USERNAME/webapps/askbot_server/projects/myaskbot/askbot.wsgi + WSGIScriptAlias / /home/USERNAME/webapps/askbot_server/projects/myaskbot/django.wsgi LoadModule alias_module modules/mod_alias.so WSGIDaemonProcess askbotWSGI user=USERNAME group=USERNAME threads=25 python-path=/home/USERNAME/envs/askbot/lib/python2.5/site-packages @@ -306,10 +308,7 @@ Configure Apache2 If you want virtual hosts of the admin interface under HTTPS, please look at Askbot's install file. - Create askbot.wsgi and edit it: - cp askbot.wsgi.dist askbot.wsgi - - Edit ~/webapps/askbot_server/projects/myaskbot/deploy/askbot.wsgi as follows:: + Edit ~/webapps/askbot_server/projects/myaskbot/deploy/django.wsgi as follows:: import os import sys -- cgit v1.2.3-1-g7c22