文件名称:Git-Deployment-Handler:使用接收后挂钩和cron作业自动部署git commit的工具
文件大小:35KB
文件格式:ZIP
更新时间:2024-05-31 04:38:50
Python
Git部署处理程序 Git部署处理程序是一种工具,用于将git提交从本地或远程存储库自动部署到(本地)目录中。 一些高级功能需要数据库。 SQlite,MongoDb和MySQL是受支持的数据库后端。 Git部署处理程序使用接收后挂钩和cron作业(将来的服务)来自动部署提交。 ##要求 python3 git(命令行工具) 对于某些功能 sqlite3 mysql和PyMySQL mongodb和pymongo ##安装 安装的最简单方法是使用: # # It is necessary to use python3, so instead of pip, pip3 or pip-3.2, ... might have to be used # pip install gitdh 或从源代码手动安装: # python3 setup.py install ##入门 在
【文件预览】:
Git-Deployment-Handler-master
----README.rst(10KB)
----docs()
--------gitdh.conf.sample.1(306B)
--------statuses.md(401B)
--------flow.txt(4KB)
--------post-receive.sample(214B)
--------gitdh.conf.sample.3(733B)
--------gitdh.conf.sample.4(1KB)
--------commits.sql(313B)
--------cronjob.sample(488B)
--------gitdh.conf.sample.2(480B)
----LICENSE(1KB)
----setup.py(1KB)
----.gitignore(0B)
----runtests.sh(68B)
----README.md(9KB)
----gitdh()
--------git.py(5KB)
--------cli.py(7KB)
--------gitdh.py(1KB)
--------database.py(6KB)
--------tests()
--------module.py(5KB)
--------__init__.py(0B)
--------gitdhutils.py(2KB)
--------config.py(2KB)
--------modules()