mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Update README
This commit is contained in:
15
README.md
15
README.md
@@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
# LimeSurvey Docker
|
# LimeSurvey Docker
|
||||||
|
|
||||||
Dockerfile to build a [LimeSurvey](https://limesurvey.org) image for the Docker container platform.
|
Dockerfile to build a [LimeSurvey](https://limesurvey.org) Image for the Docker container platform.
|
||||||
|
|
||||||
# Using the apache image
|
# Using the apache image
|
||||||
|
|
||||||
The apache image comes with an Apache Webserver and PHP installed.
|
The apache image comes with an Apache Webserver and PHP installed.
|
||||||
|
|
||||||
## Apache Configuration
|
# Apache Configuration
|
||||||
|
|
||||||
To change to Apache Webserver configuration mount a Volume into the Container at:
|
To change to Apache Webserver configuration mount a Volume into the Container at:
|
||||||
|
|
||||||
@@ -31,8 +31,13 @@ To preserve the uploaded files assign the upload folder into a volume. See *dock
|
|||||||
|
|
||||||
# LimeSurvey Configuration
|
# LimeSurvey Configuration
|
||||||
|
|
||||||
To change to LimeSuvey configuration simply mount a Volume into the Container at:
|
To change to LimeSurvey configuration simply mount a Volume into the Container at:
|
||||||
|
|
||||||
- /var/www/html/application/config/config.php
|
- /my-data/config.php:/var/www/html/application/config/config.php
|
||||||
|
|
||||||
**Hint**: If this configuration is present, the LimeSuvery Installer will not run.
|
**Hint**: If this configuration is present, the LimeSurvey Installer will not run.
|
||||||
|
|
||||||
|
# References
|
||||||
|
|
||||||
|
- https://www.limesurvey.org/
|
||||||
|
- https://github.com/LimeSurvey/LimeSurvey/
|
||||||
|
|||||||
Reference in New Issue
Block a user