A quick local setup of Learning With Texts using Docker and Docker Compose.
First you need to have Docker installed and set up correctly. This may require creating a VM with docker-machine - Kitematic is a tool which does this automatically.
When docker is set up (output of docker ps
doesn't complain about connection
issues), you need to clone or download this repo and run:
docker-compose up -d
LWT should be running now, available at the IP address of your docker host and port 7070.
Feel free to change the timezone in config/php.ini (you'll need to restart lwt-app docker container to make it work).