search

Home  >  Q&A  >  body text

linux - Is there any code written in Python that can be released, automatically brought online, or is a system for preparation and management?

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...

大家讲道理大家讲道理2806 days ago736

reply all(5)I'll reply

  • 仅有的幸福

    仅有的幸福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.

    reply
    0
  • 滿天的星座

    滿天的星座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

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-05-16 13:33:07

    go cd or Jenkins

    reply
    0
  • 世界只因有你

    世界只因有你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.

    reply
    0
  • 黄舟

    黄舟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.

    reply
    0
  • Cancelreply