Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 549 Bytes

README_en.md

File metadata and controls

37 lines (24 loc) · 549 Bytes

ADOFAI_DELETE_TOOL_WEB-DOCKER

简体中文 | English

A web tool for deleting ADOFAI effects, built with the Flask framework.

All debugging of this program is based on Ubuntu.

Deployment

Prerequisites

  • A Linux server

Installation (Direct installation)

apt update

apt install -y python3

apt install -y python3-pip

pip3 install -r requirements.txt

./start.sh

Docker installation

docker run leonleeli/adofaitool:v1 -p YourPort:5123

Build Docker image

./build.sh