Skip to content

Yleisradio/survey

Repository files navigation

Survey

Shows a standard questionnaire form to randomly picked website visitors. Analyzes textual responses by using Etuma API. Visualizes responses on a dashboard. Supports multiple separate web services.

Requirements

Installation

cd survey/protected
chmod o+x deploy.sh
./deploy.sh
  • Modify the yii framework path in shared/config/bootstrap.php line 10
  • Create MySQL priviledges and a database
  • Add the database connection information to shared/config/common.php lines 37-41
  • Add possible Etuma, ComScore and other configuration in shared/config/common.php
  • run the following command:
./deploy.sh
php5 yiic.php migrate
  • Test it by browsing to for example http://localhost/survey (depends on your server configuration)
  • When everything is working fine change the application to production mode by commenting out line 7 and removing comments on line 8 in shared/config/bootstrap.php
  • run the following command:
./deploy.sh

Update

  • run the following commands:
git reset --hard
git pull ssh://[email protected]/Yleisradio/survey.git
cd survey/protected
./deploy.sh

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published