LimeSurvey development container
100K+
A docker image build script for a limesurvey DEVELOPMEMT image.
The image includes a a mysql server with the user:root password:root. And the test-installation of limeSurvey with the user:admin password:password similar to the LimeSurvey original Travis testing set-up.
The image is ready for running the LS tests
Login to your running container
docker exec -it my-lime bash
Run tests
$ cd /var/www/html
$ DOMAIN=localhost phpunit
With the included LS code
docker run --name my-lime -p 8080:80 tonisormisson/limesurvey-dev
use a local LS code
docker run --name my-lime --net my-net -v /my/local/path:/var/www/html -p 8080:80 tonisormisson/limesurvey-dev
Content type
Image
Digest
sha256:2bf045ac2…
Size
820.3 MB
Last updated
about 1 month ago
docker pull tonisormisson/limesurvey-dev