Mealie is a self-hosted recipe manager and meal planner. In this tutorial, we'll go through the steps of installing Mealie on MXLinux Latest.
Open a terminal on MXLinux by pressing CTRL+ALT+T or searching for "terminal" in the application menu.
Install Python 3 and pip by running the following command:
sudo apt install python3 python3-pip
git clone https://github.com/hay-kot/mealie.git
cd mealie/
pip3 install -r requirements.txt
config.example.yml
to config.yml
:mv config.example.yml config.yml
config.yml
file by entering your MySQL or SQLite database information. To set up a SQLite database, use the following settings:DATABASE_URL: "sqlite:///mealie.sqlite3"
DATABASE_DRIVER: "sqlite"
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver
http://localhost:8000
to begin using Mealie.Congratulations! You have successfully installed Mealie on MXLinux Latest. You can now start adding recipes and planning meals using the application.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!