mirror of https://gitee.com/anolis/sysom.git
![]() 1. "deploy.sh": Defines each component deployment phase operation (requires no dependency on other microservices, no dependency on any runtime environment, the main task is file deployment, dependency installation); 2. "init.sh": Contains initialization operations before the program is run for the first time, and can rely on other runtimes, for example, microservices can assume that the database has been started and can perform operations such as database migration; |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
base.py | ||
cec_client.py | ||
cli.py | ||
consumer.py | ||
event.py | ||
exceptions.py | ||
meta.py | ||
producer.py | ||
url.py | ||
utils.py |