How to Install LimeSurvey CE on Ubuntu 18.04 LTS

LimeSurvey is an open source survey software written in PHP. LimeSurvey source code is hosted on GitHub. This guide will show you how to install LimeSurvey Community Edition (CE) on a fresh Ubuntu 18.04 LTS Vultr instance.

Requirements

  • Minimum 180 MB disk space
  • Nginx version 1.1 or greater
  • Minimum PHP version 5.5.9. PHP 7.0.0 or greater is recommended, with the following modules and libraries enabled:
    • MBstring, PDO database driver for MySQL or PostgreSQL, GD-Library, IMAP, LDAP, ZIP
  • MySQL version 5.5.3 or greater

Check the Ubuntu version.

lsb_release -ds
# Ubuntu 18.04 LTS

Create a new non-root user account with sudo access and switch to it.

adduser johndoe --gecos "John Doe"
usermod -aG sudo johndoe
su - johndoe

NOTE: Replace johndoe with your username.

Set up the timezone.

sudo dpkg-reconfigure tzdata

Ensure that your system is up to date.

sudo apt update && sudo apt upgrade -y

Install unzip.

sudo apt install -y unzip

Install PHP

Install PHP 7.2 and required PHP extensions.

sudo apt install -y php7.2 php7.2-cli php7.2-fpm php7.2-common php7.2-mbstring php7.2-xml php7.2-mysql php7.2-gd php7.2-zip php7.2-ldap php7.2-imap

Check the version.

php --version

# PHP 7.2.5-0ubuntu0.18.04.1 (cli) (built: May  9 2018 17:21:02) ( NTS )
# Copyright (c) 1997-2018 The PHP Group
# Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
#     with Zend OPcache v7.2.5-0ubuntu0.18.04.1, Copyright (c) 1999-2018, by Zend Technologies

Install MySQL and setup the database

Install MySQL.

sudo apt install -y mysql-server

Check the version.

mysql --version && sudo mysqld --version
# mysql  Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using  EditLine wrapper
# mysqld  Ver 5.7.22-0ubuntu18.04.1 for Linux on x86_64 ((Ubuntu))

Run mysql_secure_installation to improve MySQL security and set the password for the MySQL root user.

sudo mysql_secure_installation

Connect to the MySQL shell as the root user.

sudo mysql -u root -p
# Enter password

Create an empty MySQL database and user for LimeSurvey, and remember the credentials.

CREATE DATABASE dbname;
GRANT ALL ON dbname.* TO 'username' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
EXIT;

Install and configure Nginx

Install Nginx.

sudo apt install -y nginx

Check the version.

sudo nginx -v
# nginx version: nginx/1.14.0 (Ubuntu)

Run sudo vim /etc/nginx/sites-available/limesurvey.conf and configure Nginx for LimeSurvey.

server {
    listen 80;
    listen [::]:80;

    server_name example.com;
    root /var/www/limesurvey;

    index index.php;

    location / {
        try_files $uri $uri/ /index.php?$args;
    }

    location ~ \.php$ {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
    }
}

Save the file and exit.

Activate the new limesurvey.conf configuration by linking the file to the sites-enabled directory.

sudo ln -s /etc/nginx/sites-available/limesurvey.conf /etc/nginx/sites-enabled/

Test the configuration.

sudo nginx -t

Reload Nginx.

sudo systemctl reload nginx.service

Install LimeSurvey

Navigate to /var/www.

cd /var/www

Download the latest stable LimeSurvey CE ZIP package and unpack it.

sudo wget https://download.limesurvey.org/latest-stable-release/limesurvey3.11.0+180612.zip
sudo unzip limesurvey3.11.0+180612.zip
sudo rm limesurvey3.11.0+180612.zip

Navigate to the document root folder.

cd /var/www/limesurvey

Change ownership of /var/www/limesurvey folder to user www-data.

sudo chown -R www-data:www-data /var/www/limesurvey

Open your site in a web browser and follow the LimeSurvey web installer.


How to Install Tiny Tiny RSS Reader on a CentOS 7 LAMP VPS

How to Install Tiny Tiny RSS Reader on a CentOS 7 LAMP VPS

Using a Different System? Tiny Tiny RSS Reader is a free and open source self-hosted web-based news feed (RSS/Atom) reader and aggregator, designed to allo

Configura vsFTPd a Debian/Ubuntu

Configura vsFTPd a Debian/Ubuntu

Introducció vsftpd significa Very Secure FTP Daemon. És un servidor FTP lleuger. Aquest breu tutorial explica com instal·lar vsftpd a Debian o Ubuntu

Using MySQL Views on Debian 7

Using MySQL Views on Debian 7

Introduction MySQL has a great feature known as views . Views are stored queries. Think of them as an alias for an otherwise long query. In this guide,

How to Install OpenMeetings on Ubuntu 16.04

How to Install OpenMeetings on Ubuntu 16.04

Using a Different System? Apache OpenMeetings is an open source web conferencing application. It is written in Java and supports multiple database servers. I

How to Install RainLoop Webmail on CentOS 7

How to Install RainLoop Webmail on CentOS 7

Using a Different System? RainLoop is a simple, modern and fast web-based email client. RainLoop source code is hosted on GitHub. This guide will show you ho

How to Install Selfoss RSS Reader on a CentOS 7 LAMP VPS

How to Install Selfoss RSS Reader on a CentOS 7 LAMP VPS

Using a Different System? Selfoss RSS Reader is a free and open source self-hosted web-based multipurpose, live stream, mashup, news feed (RSS/Atom) reade

Configure Uncomplicated Firewall (UFW) on Ubuntu 14.04

Configure Uncomplicated Firewall (UFW) on Ubuntu 14.04

Security is crucial when you run your own server. You want to make sure that only authorized users can access your server, configuration, and services. I

Configura la rèplica de fitxers mitjançant Rsync a Debian/Ubuntu

Configura la rèplica de fitxers mitjançant Rsync a Debian/Ubuntu

Introducció Si executeu un lloc web crític, és una bona pràctica reflectir els vostres fitxers en un servidor secundari. En el cas que el vostre servidor principal tingui una xarxa

How to Install LimeSurvey CE on Debian 9

How to Install LimeSurvey CE on Debian 9

Using a Different System? LimeSurvey is an open source survey software written in PHP. LimeSurvey source code is hosted on GitHub. This guide will show yo

How to Install LimeSurvey CE on Ubuntu 18.04 LTS

How to Install LimeSurvey CE on Ubuntu 18.04 LTS

Using a Different System? LimeSurvey is an open source survey software written in PHP. LimeSurvey source code is hosted on GitHub. This guide will show yo

Configureu Nginx Reverse Proxy a Apache a Debian o Ubuntu

Configureu Nginx Reverse Proxy a Apache a Debian o Ubuntu

Nginx és un servidor web lleuger que s'ha demostrat que serveix fitxers estàtics més ràpid que Apache. Aquest tutorial us guiarà com instal·lar Nginx a la inversa

Configura els repositoris de Subversion (SVN) a Debian/Ubuntu

Configura els repositoris de Subversion (SVN) a Debian/Ubuntu

Instal·leu els paquets necessaris Anem a executar SVN sota xinetd per a un ús baix de recursos. apt-get install xinetd subversion Crea usuari svn adduser --syste

Força Apt-Get a IPv4 o IPv6 a Ubuntu o Debian

Força Apt-Get a IPv4 o IPv6 a Ubuntu o Debian

Aquí a Vultr, tenim l'opció d'habilitar IPv6 a tots els VPS desplegables. Però amb això, alguns programes i ordres poden preferir un enginy o un altre

Add Teamspeak To Webmin

Add Teamspeak To Webmin

This article explains how to integrate a Teamspeak 3 server with the popular hosting panel, Webmin. I assume that youve already set up Teamspeak on eithe

The Rise of Machines: Real World Applications of AI

The Rise of Machines: Real World Applications of AI

La Intel·ligència Artificial no està en el futur, és aquí mateix en el present. En aquest bloc Llegiu com les aplicacions d'Intel·ligència Artificial han afectat diversos sectors.

Atacs DDOS: una breu visió general

Atacs DDOS: una breu visió general

També ets víctima d'atacs DDOS i estàs confós sobre els mètodes de prevenció? Llegiu aquest article per resoldre les vostres consultes.

Us heu preguntat mai com guanyen diners els pirates informàtics?

Us heu preguntat mai com guanyen diners els pirates informàtics?

Potser haureu sentit que els pirates informàtics guanyen molts diners, però us heu preguntat mai com guanyen aquest tipus de diners? anem a discutir.

Invents revolucionaris de Google que us facilitaran la vida.

Invents revolucionaris de Google que us facilitaran la vida.

Vols veure els invents revolucionaris de Google i com aquests invents van canviar la vida de tots els éssers humans actuals? A continuació, llegiu al bloc per veure els invents de Google.

Divendres essencial: què va passar amb els cotxes impulsats per IA?

Divendres essencial: què va passar amb els cotxes impulsats per IA?

El concepte de cotxes autònoms per sortir a les carreteres amb l'ajuda de la intel·ligència artificial és un somni que tenim des de fa temps. Però malgrat les diverses promeses, no es veuen enlloc. Llegeix aquest blog per saber-ne més...

Singularitat tecnològica: un futur llunyà de la civilització humana?

Singularitat tecnològica: un futur llunyà de la civilització humana?

A mesura que la ciència evoluciona a un ritme ràpid, fent-se càrrec de molts dels nostres esforços, també augmenten els riscos de sotmetre'ns a una singularitat inexplicable. Llegeix, què pot significar per a nosaltres la singularitat.

Evolució de lemmagatzematge de dades – Infografia

Evolució de lemmagatzematge de dades – Infografia

Els mètodes d'emmagatzematge de les dades que han anat evolucionant poden ser des del naixement de les dades. Aquest bloc tracta l'evolució de l'emmagatzematge de dades a partir d'una infografia.

Funcionalitats de les capes darquitectura de referència de Big Data

Funcionalitats de les capes darquitectura de referència de Big Data

Llegeix el blog per conèixer de la manera més senzilla les diferents capes de l'Arquitectura Big Data i les seves funcionalitats.

6 avantatges sorprenents de tenir dispositius domèstics intel·ligents a les nostres vides

6 avantatges sorprenents de tenir dispositius domèstics intel·ligents a les nostres vides

En aquest món digital, els dispositius domèstics intel·ligents s'han convertit en una part crucial de les vides. A continuació, es mostren alguns avantatges sorprenents dels dispositius domèstics intel·ligents sobre com fan que la nostra vida valgui la pena i sigui més senzilla.

Lactualització del suplement de macOS Catalina 10.15.4 està causant més problemes que no pas solucions

Lactualització del suplement de macOS Catalina 10.15.4 està causant més problemes que no pas solucions

Recentment, Apple va llançar macOS Catalina 10.15.4, una actualització de suplements per solucionar problemes, però sembla que l'actualització està causant més problemes que provoquen el bloqueig de les màquines Mac. Llegiu aquest article per obtenir més informació