docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
gitssh server@ubuntumaster
git clone https://github.com/davidConsilia/zistemo_converter.git
cd zistemo_converterImportant
For all the below to work, you need have pwd in the folder where you cloned the app earlier
docker compose up -ddocker compose downdocker compose down
git pull
docker compose up -d --buildPython3.8+ and Flask
To install Python firstly create local enviroment
python3 -m venv venvActivate venv
# Windows
.\venv\Scripts\activate
# Linux
. venv/bin/activateInstall requirements
pip install -r requirements.txtRun Website
python3 app.py