Use Docker to create an LWT (Learning-with-texts) website.
This docker setup will allow you to skip the installation of a full webserver and database on your machine.
- Install docker and docker-compose for your operating system. (https://docs.docker.com/install/)
- Download the Dockerfile and docker-compose.yml and connect.inc.php files from this repository and put into a directory.
- Create a sub-directory called lwt_html
- Download and extract lwt into the lwt_html directory (https://sourceforge.net/projects/learning-with-texts/)
- Copy the connect.inc.php into the lwt_html directory.
- Run docker-compose:
docker-compose build lwt
docker-compose up lwt - Access your LWT website on: http://localhost/