Skip to content

ddrmoscow/queXS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#queXS

An Open Source, web based, CATI system

queXS can operate your outbound telephone research centre. It integrates with the Asterisk VoIP Server, uses AAPOR Standard Outcome codes and only requires a web browser to operate.

Unless otherwise stated in the code, the code for queXS is licenced under the GPL-v2. All included code has been checked for compatability with this licence.

Development for queXS occurs on Launchpad: https://launchpad.net/quexs

##Upgrades

If you have a previous version of queXS installed, please check the CHANGELOG file for details of how to upgrade

##Requirements

`apt-get install php5 mysql-server php5-mysql unzip php5-mbstring

##Installation (from 1.14.0)

#Download and extract queXS to your webroot
unzip quexs-1.14.1.zip -d /var/www/html
cd /var/www/html/quexs
#Create a MySQL/mariadb database 
mysqladmin create quexs
#Import the database structure from the database/quexs.sql file
mysql -uroot quexs < database/quexs.sql
#Install the timezone database 
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
#Create the default config file
cp config.inc.local.php.example config.inc.local.php
#Update file permissions
chown www-data:www-data -R include/limesurvey/tmp/
chown www-data:www-data -R include/limesurvey/upload/

Then browse to the queXS URL and login using the default credentials (admin/password)

About

An Open Source, web based, Computer assisted telephone interviewing (CATI) system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.9%
  • JavaScript 38.3%
  • CSS 3.4%
  • HTML 1.2%
  • Classic ASP 0.1%
  • XSLT 0.1%