Added quick-start instructions and combined templates package for ease of deployment
This commit is contained in:
parent
afde10109f
commit
8a06612c82
2 changed files with 10 additions and 0 deletions
10
SURVEY2_README.txt
Normal file
10
SURVEY2_README.txt
Normal 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
BIN
survey_templates.wgpkg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue