contrust / lwt-docker-installer

A Docker installer for the community version of LWT

Repository from Github https://github.comcontrust/lwt-docker-installerRepository from Github https://github.comcontrust/lwt-docker-installer

Learning with Texts

Latest Stable Version Docker Image Discord Server

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.

LWT logo

Prerequisites

This is a Docker installer, we recommand to use Docker Desktop for any unexperienced user.

Formally, you only need:

Installation

For copy/pasters:

git clone hugofara/lwt-docker-installer # download this repository
cd lwt-docker-installer
cp .env.sample .env                     # don't hesistate to edit .env!
docker compose up -d

Manual instructions:

  1. Copy the repository hugofara/lwt-docker-installer
  2. Create the .env file and customize it to your convenience
  3. Run docker compose up -d

By default the server can be accessed on port 8010 (http://localhost:8010).

Remove

To remove the created containers go the the created folder and run:

docker compose down

Data storage

All user data will be stored in local folder ./lwt_db_data.

Let's learn new languages!

About

A Docker installer for the community version of LWT

License:MIT License