Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.23 KB

README.EN.md

File metadata and controls

47 lines (38 loc) · 1.23 KB

English | 中文 | 使用文档

Hyacinth

Hyacinth

Hyacinth is a lightweight, free APP package internal testing platform, and supports virus scanning, security reinforcement and other functions. The open API can help you build into the CI/CD process, and the beautiful UI and convenient installation method can better distribute the internal testing package to the team.

Requirements

Python 3.6+

Initialization

macos/linux : sh initialize.sh
windows : ./initialize.bat

Note: The database will be initialized after execution, and the previous information will be cleared

Deploy

uWSGI

pip install uwsgi
uwsgi --ini uwsgi.ini

nohup

nohup python manage.py runserver 0.0.0.0:60006 >run.log 2>&1 &

Run locally

python startup.py

Supports

PC和H5