Skip to content

Questionário online com possibilidade de utilização de mapas para respostas espacializadas.

Notifications You must be signed in to change notification settings

GAUP/GAUPsurvey

 
 

Repository files navigation

GAUPsurvey

This is an unmaintained fork of Limesurvey v2.x.

We're looking for developers to reimplement/rewrite these functionalities as a plugin for a more recent Limesurvey version.

More details at http://www.gaup.com.br/project/gaupsurvey/

If you're interested, please get in touch! gaup@gaup.com.br

General gist

GAUPSurvey is an open source web tool that is possible produce surveys relating geospacial information to questions and people answers, what it makes possible produce public maps and spatial data that represent their perceptions of the urban space in an answer of question.

The project on LimeSurvey Project, surveys creator platform and uses LeafLet javascript framework.

Requirements

The necessary packages:

  • PHP >= 5.4
  • PHP Extensions:
    • PHP-FPM
    • MbString
    • GD 2 With freetype
    • IMAP
    • LDAP
    • zip
    • zlib
    • PDO
    • Database Driver
  • Supported Database:
    • MariaDb >= 5.5
    • Microsoft SQL >= 2005
    • MySQL >= 5.5.3
    • PostgreSQL >= 9.0
  • Supported Web Server:
    • Apache >= 2.4
    • NGinx >= 1.1
    • Other WebServer with PHP Support

Installation with NGinx

Nginx default.conf file configuration:

server {
    listen 8889;
    index index.php index.html;
    server_name localhost;
    error_log  /var/log/nginx/error.log;
    access_log /var/log/nginx/access.log;
    root /var/www/html;

    location / {
        try_files $uri $uri/ =404;
    }
    
    location ~ \.php$ { 
       #If a file isn’t found, 404
       try_files $uri =404; 
       #Include Nginx’s fastcgi configuration
       include /etc/nginx/fastcgi.conf;
       #Look for the FastCGI Process Manager at this location
       fastcgi_pass unix:/run/php/php7.0-fpm.sock
    } 
}

Releases

Licence

GAUPsurvey software is licenced under the GPL 2.0.

About

Questionário online com possibilidade de utilização de mapas para respostas espacializadas.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 64.5%
  • JavaScript 29.1%
  • CSS 6.3%
  • HTML 0.1%
  • Less 0.0%
  • Hack 0.0%