phihos / mobsos-surveys

A simple survey management service and Web application, being part of the MobSOS toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobSOS Surveys

A simple RESTful service for managing, conducting, and evaluating online surveys, including a template-based responsive Web frontend. The service is based on las2peer.

Requirements

Build

First, initialize the MobSOS Surveys database:

mysql -u <ADMINUSER> -p < etc/sql/schema.sql

Then, build MobSOS Surveys:

ant all

Start

To start MobSOS Surveys, use one of the available start scripts:

  • bin/startNetwork.bat (Win)
  • bin/startNetwork.sh (Unix, Mac)

After successful start, MobSOS Surveys is available under

http://localhost:8080/mobsos/surveys

License

MobSOS Surveys is freely distributable under the MIT License.

About

A simple survey management service and Web application, being part of the MobSOS toolkit.

License:Other


Languages

Language:Java 62.3%Language:HTML 22.0%Language:JavaScript 15.0%Language:Shell 0.4%Language:Batchfile 0.3%Language:CSS 0.1%