Commit 5caf59b0 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

parent 88087203
...@@ -27,13 +27,14 @@ postgres-9.1 is ok. We need: ...@@ -27,13 +27,14 @@ postgres-9.1 is ok. We need:
c) timezone in Europe/Rome c) timezone in Europe/Rome
d) languages in IT d) languages in IT
e) DJANGO_VERSION = 1.3 e) DJANGO_VERSION = 1.3
f) DISABLED_MODULES add 'mysqlfulltxt', 'localauth' f) DISABLED_MODULES add 'mysqlfulltxt', 'localauth' 'sphinxfullsearch'
g) CACHE_BACKEND = 'memcached://<server-address>:<port>/ with the correct path. g) CACHE_BACKEND = 'memcached://<server-address>:<port>/ with the correct path.
5) python manage.py syncdb --all (no create super user) 5) python manage.py syncdb --all (no create super user)
6) python manage.py migrate forum --fake 6) python manage.py migrate forum --fake
7) cp -R locale l it 7) cp -R locale l it
8) python manage.py makemessages -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 ** 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
...@@ -52,6 +53,12 @@ Put 00-forum_keyvalue.sql into osqa database: ...@@ -52,6 +53,12 @@ Put 00-forum_keyvalue.sql into osqa database:
(if you need a dump of this table, please use: pg_dump ubuntu-it-chiedi --clean -O -t forum_keyvalue -f forum_keyvalue.sql -U ubuntu-it-chiedi -W ) (if you need a dump of this table, please use: pg_dump ubuntu-it-chiedi --clean -O -t forum_keyvalue -f forum_keyvalue.sql -U ubuntu-it-chiedi -W )
= Configure pgfulltext =
1) cd forum_modules/pgfulltext
2) psql -U ubuntu-it-chiedi ubuntu-it-chiedi -W < pg_fts_install.sql
3) python /src/CHANGE_THIS_PATH/www/osqa/manage.py syncdb
= Other = = Other =
We can perform other changes, if needed, using bzr with no access on We can perform other changes, if needed, using bzr with no access on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment