1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
= Required stuff =
CHANGE_THIS_PATH is equal to new third level domain url or folder that containing it
= Dependencies =
See RT #19985
= Database =
postgres-9.1 is ok. We need:
* user 'ubuntu-it-chiedi'
* db 'ubuntu-it-chiedi'
= Deploy =
1) svn co http://svn.osqa.net/svnroot/osqa/trunk
2) Put svn into /srv/CHANGE_THIS_PATH/www/osqa/ (important: don't rename the osqa folder)
3) rename osqa.wsgi.dist into osqa.wsgi, then change path into this.
4) rename settings_local.py.dist in settings_local.py and apply some changes:
a) change db settings **
b) change the app url
c) timezone in Europe/Rome
d) languages in IT
e) DJANGO_VERSION = 1.3
f) DISABLED_MODULES add 'mysqlfulltxt', 'localauth'
g) CACHE_BACKEND = 'memcached://<server-address>:<port>/ with the correct path.
5) python manage.py syncdb --all (no create super user)
6) python manage.py migrate forum --fake
7) cp -R locale l it
8) python manage.py makemessages -l it
** Note: an example of settings_local.py with right database settings (line 27): http://bazaar.launchpad.net/~ubuntu-it-ask/ubuntu-it-ask/trunk/view/head:/settings_local.py
= Permission =
sudo chown -R www-data:www-data osqa
sudo chmod -R g+w /srv/CHANGE_THIS_PATH/www/osqa/forum/upfiles
sudo chmod -R g+w /srv/CHANGE_THIS_PATH/www/osqa/log
= Other =
We can perform other changes, if needed, using bzr with no access on
calcium in the next step.
= End =
Now OSQA should be up and running.