Is there any code written in Python that can be released, automatically launched, or is a system for preparation and management? I want to make a similar website, but I don’t have any ideas. Can you recommend a related project? Let me study first...
仅有的幸福2017-05-16 13:33:07
Use git or git hook to specify a script, and the script will be triggered every time you push. Just write deployment and configuration related code in scripts.
滿天的星座2017-05-16 13:33:07
https://github.com/voilet/cmdb You can refer to this, written purely in python, using the django framework, an operation and maintenance management platform
世界只因有你2017-05-16 13:33:07
Automatically going online is not realistic, but automatic deployment is possible. There are actually quite a few tools. You can try TriAquae, which comes with its own web interface.
黄舟2017-05-16 13:33:07
For simple functions such as code release and automatic launch, just write a script according to your own needs.
SaltStack is recommended for configuration management. Of course there are some others.