Skip to content

Baraujo25/nginx_lime_survey-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose for LimeSurvey using Nginx & MariaDB

Requirements

Build

  1. Open terminal in the root folder of the nginx_lime_survey project
  2. Run docker compose up
  3. Run docker container inspect nginx_lime_survey-mariadb-mariadb-1

    container name may vary, we want to inspect the mariadb container

  4. Look for IPAddress inside Network
  5. Save it in clipboard

Installation

  1. Navigate in the browser to http://localhost
  2. Start installation process
  3. All LimeSurvey pre-requisites should be met
  4. Fill database requirements:
    • IP: Paste the one in the clipboard:3306
    • Database name: limesurveydb
    • Database user: limesurveyuser
    • Database password: localhost
  5. Default username and password for lime survey:
    • user: admin
    • password: password

Additional information

If you desire to change database name, username or password feel free to modify the compose.yaml

About

LimeSurvey app shipped in a Docker container ready to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published