File: /var/www/apklausos/New/README.md

# Sophisticated online survey software
[](https://travis-ci.org/LimeSurvey/LimeSurvey/)
## About
Limesurvey is the number one open-source survey software.
Advanced features like branching and multiple question types make it a valuable partner for survey-creation.
### Demo
See our [Administration Demo](http://demo.limesurvey.org/index.php?r=admin/authentication/sa/login).
The credentials are prefilled, just click **Log in**
Or try taking one of our [test surveys](https://survey.limesurvey.org/index.php?sid=78184&lang=en)
## How to install
### Release
We try to publish a release every other day.
We recommend using those.
### Repository
You may want to use the plain repository, which is also possible.
Please be advised, that we sometimes push development versions into the repository, which may not be working correctly.
## Requirements
### Minimal
The absolute minimal requirements are:
- Apache >= 2.4 | nginx >= 1.1 | any other php-ready webserver
- php >= 5.4
- with mbstring and pdo-database drivers
- mysql >= 5.5.3 | pgsql >= 9 | mariadb >= 5.5 | mssql >= 2005
### Recommended
We recommend the following setup
- nginx 1.4.6
- php 5.6.x
- with php-fpm, mbstring, gd2 with freetype, imap, ldap, zip, zlib and databse drivers
- mysql 5.5.50
## Manual
for more information please refer to our [homepage](http://www.limesurvey.org), or have a look at the [manual](http://manual.limesurvey.org)
## Licence
LimeSurvey software is licenced under the [GPL 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
Pictures and the LimeSurvey Logo are registered trademarks of LimeSurvey GmbH, Hamburg, Germany.
## Tools used
We are using BrowserStack to run manual tests on different browsers and devices
[](https://www.browserstack.com/)
We are using Scrutinizer to static check our code
[](https://scrutinizer-ci.com/)
We are using TravisCI to run automated tests before release
[](https://travis-ci.org/)