Skip to content

1ukastesar/zistemo_converter

 
 

Repository files navigation

Zistemo Converter

HowTo install & run (Docker)

Prerequisites

docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
git

Login to remote & clone the app

ssh server@ubuntumaster
git clone https://github.com/davidConsilia/zistemo_converter.git
cd zistemo_converter

Execution

Important

For all the below to work, you need have pwd in the folder where you cloned the app earlier

Start the app:

docker compose up -d

Stop it:

docker compose down

Update:

docker compose down
git pull
docker compose up -d --build

HowTo install and run (bare-metal, without Docker)

Prerequisites

Python3.8+ and Flask

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • Jinja 8.9%
  • Dockerfile 2.9%