This is a webapp which main purpose is to be a quiz about Linux commands.
- Download the repo on your computer:
git clone https://github.com/adiee5/linux-lingo
- Create a venv and install dependencies:
python -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt
-
Create a
server.ini
configuration file. Seeserver.example.ini
for the information on how the configuration is done. -
Optionally, you can import data from the dumps folder to your MongoDB DataBase in order to already have some kind of content in your instance.
python theserver.py
Make sure you're in the correct venv before running the command.
- Go to
/admin
page of your instance - Log in
- Now you have an access to the admin panel. The GUI should be self explanatory (if it isn't, feel free to complain about it).