Added quick-start instructions and combined templates package for ease of deployment

This commit is contained in:
Patrick Donelan 2008-10-15 01:38:13 +00:00
parent afde10109f
commit 8a06612c82
2 changed files with 10 additions and 0 deletions

10
SURVEY2_README.txt Normal file
View file

@ -0,0 +1,10 @@
Survey2 Quick-start
===================
To get Survey2 working for a test site running off this branch:
* update your site db schema:
> mysql -u<user> -p<pass> <site_db> -e "drop table if exists Survey; drop table if exists Survey_response; source /data/WebGUI/lib/WebGUI/Asset/Wobject/Survey/Survey.sql; source /data/WebGUI/lib/WebGUI/Asset/Wobject/Survey/Survey_response.sql;"
* import survey_templates.wgpkg into your site via the package manager

BIN
survey_templates.wgpkg Normal file

Binary file not shown.