[codechecker] push by surenspost - Make changes to deployment conf and add relevant TODO to install.py on 2010-11-23 21:07 GMT

0 views
Skip to first unread message

codec...@googlecode.com

unread,
Nov 23, 2010, 4:08:06 PM11/23/10
to codec...@googlegroups.com
Revision: c81395e57d
Author: surenspost
Date: Tue Nov 23 13:06:58 2010
Log: Make changes to deployment conf and add relevant TODO to install.py
http://code.google.com/p/codechecker/source/detail?r=c81395e57d

Modified:
/conf/django.conf
/install.py

=======================================
--- /conf/django.conf Mon Nov 22 05:30:21 2010
+++ /conf/django.conf Tue Nov 23 13:06:58 2010
@@ -7,14 +7,15 @@
<Location /site/>
SetHandler python-program
PythonHandler django.core.handlers.modpython
- SetEnv DJANGO_SETTINGS_MODULE codechecker.settings
- PythonDebug On /site
- PythonPath "['/opt/checker'] + sys.path"
+ SetEnv DJANGO_SETTINGS_MODULE checker.cc_frontend.settings
+ # should be the same as in the settings.conf for BASE_URL
+ PythonDebug On /site
</Location>

# If the request is for media, serve it. Dont allow .htaccess overridding
# Disable directory listing using -Index
<Directory /media>
+ DocumentRoot /usr/share/checker/media
AllowOverride None
Options -Indexes
</Directory>
=======================================
--- /install.py Tue Nov 23 12:40:43 2010
+++ /install.py Tue Nov 23 13:06:58 2010
@@ -63,6 +63,10 @@
# Now to run syncdb - settings should already be in place
# It would not have come to this level else
# currently running manage.py syndb, how to call it here ?
-# TODO: call manage.py syncdb from here
-
-
+
+# TODO: call manage.py syncdb from here
+# TODO: add django.conf to apache's include directory
+# TODO: copy media to /usr/share/checker/media - DOcRoot has already added
+# TODO: Default populate
+# TODO: Run a Unit test
+# TODO: Run setuid generation - secexec.o

Reply all
Reply to author
Forward
0 new messages