diff --git a/SURVEY2_README.txt b/SURVEY2_README.txt new file mode 100644 index 000000000..fee846d20 --- /dev/null +++ b/SURVEY2_README.txt @@ -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 -p -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 diff --git a/survey_templates.wgpkg b/survey_templates.wgpkg new file mode 100644 index 000000000..d6a776e96 Binary files /dev/null and b/survey_templates.wgpkg differ