Lunes - Vocabulary for your profession.
This is a Django 3 based content management system for the vocabulary trainer app Lunes, a project powered by Tür an Tür – Digitalfabrik gGmbH. The main goal is to develop an application which facilitates migrants to acquire technical and subject-specific vocabulary. For more information please see our GoVolunteer ad.
Following packages are required before installing the project (install them with your package manager):
python3.11
or higherpython3-pip
python3-venv
libpq-dev
to compile psycopg2gettext
and pcregrep
to use the translation featuresffmpeg
for audio processingE.g. on Debian-based distributions, use:
cat requirements.system | xargs sudo apt-get install
git clone git@github.com:digitalfabrik/lunes-cms.git
cd lunes-cms
./tools/install.sh
./tools/run.sh
http://localhost:8080
For detailed instructions and the source code reference have a look at our documentation:
:notebook: https://lunes-cms.rtfd.io
The API usage documentation is available here:
:iphone: https://lunes.tuerantuer.org/api/docs/
Copyright © 2020 Tür an Tür - Digitalfabrik gGmbH and individual contributors. All rights reserved.
This project is licensed under the Apache 2.0 License, see LICENSE and NOTICE.md.