Learning with Texts (LWT) is a tool for language learning by reading. This repository is a Docker installer, the main repository can be found at https://github.com/HugoFara/lwt.
This is a Docker installer, we recommend using Docker Desktop for unexperienced user.
For people familiar with Docker, you only need:
- Docker
- Docker Compose plugin
For copy/pasters:
git clone https://github.com/hugofara/lwt-docker-installer # download this repository
cd lwt-docker-installer
cp .env.sample .env # don't hesitate to edit .env!
docker compose up -d
Manual instructions:
- Copy the repository hugofara/lwt-docker-installer
- Create the
.env
file and customize it to your convenience - Run
docker compose up -d
By default the server can be accessed on port 8010 (http://localhost:8010/lwt).
If you are using LWT 2.9.1 or older, you may access it on http://localhost:8010 instead,
as LWT was moved from the main folder to lwt/
.
As for any Docker container, do to the Docker folder and run:
docker compose down
docker composer pull
docker compose up -d
To remove the created containers go the the created folder and run:
docker compose down
All user data will be stored in local folder ./lwt_db_data
.
Let's learn new languages!