Commit f6710de9 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

update readme for import sql configuration data
touch 00-forum-keyvalue.sql
parent 69559a51
......@@ -6,6 +6,10 @@ CHANGE_THIS_PATH is equal to new third level domain url or folder that containin
See RT #19985
= Virtualhost =
See 00-apache_site_avaible_rules.
= Database =
postgres-9.1 is ok. We need:
......@@ -39,6 +43,13 @@ 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
= Import customs settings =
Put 00-forum_keyvalue.sql into osqa database:
1) psql -U ubuntu-it-chiedi ubuntu-it-chiedi -W < forum_keyvalue.sql
2) python /src/CHANGE_THIS_PATH/www/osqa/manage.py syncdb
= Other =
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