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