...
This project is being worked on hard - in every free minute. Unfortunately there are not many of them.
Also on the readme should be worked hard...
...
- Clone repository
- Go to new local repository folder, e.g. with
cd mueslimachine/
- Change MySQL root password in
.env
file! (This file is hidden in some file browsers.)
Here you can also change:- web app port
- database port
- database name
- Let create containers via Docker Compose:
docker-compose up
- Container Muesli_Machine_App for Python Plesk web app
- Container Muesli_Machine_MySQL for MySQL database
- Muesli_Machine_MySQL container creates a `db/ folder for MySQL files
- Open
http://localhost/
(or with the port that you have specified).