DevOps of useful deployment and automation
Project description
DevOps Tools
OS Software Configure Managment
Install
pip install netkiller-devops -i https://pypi.tuna.tsinghua.edu.cn/simple
Docker
root@netkiller ~# docker run --rm -it --name=netkiller --entrypoint=sh netkiller-devops:latest
PATH Variable
$ cp share/profile.d/devops.sh /etc/profile.d/
or
$ cat >> /etc/profile.d/devops.sh <<'EOF'
export PATH=/srv/devops/bin:$PATH
EOF
Deployment
Ubuntu 编译安装
$ cd /usr/local/src/
$ git clone https://github.com/netkiller/devops.git
$ cd devops
$ python3 setup.py sdist
$ python3 setup.py install
CentOS 编译安装
$ cd /usr/local/src/
$ git clone https://github.com/netkiller/devops.git
$ cd devops
$ python3 setup.py sdist
$ python3 setup.py install --prefix=/srv/devops
or
python36 setup.py sdist
python36 setup.py install --prefix=/srv/devops
Deploy Pypi
$ pip install setuptools wheel twine
$ python setup.py sdist bdist_wheel
$ twine upload dist/netkiller-devops-x.x.x.tar.gz
指定镜像
$ pip3 install netkiller-devops --upgrade -i https://pypi.org/project
Backup
Data backup tools. Database backup.
OS Configuration file versioning
Donations
We accept PayPal through:
https://www.paypal.me/netkiller
Wechat (微信) / Alipay (支付宝) 打赏:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
netkiller_devops-0.7.4.tar.gz
(58.4 kB
view details)
File details
Details for the file netkiller_devops-0.7.4.tar.gz
.
File metadata
- Download URL: netkiller_devops-0.7.4.tar.gz
- Upload date:
- Size: 58.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91b2a8e390e73b90b6b67e583aa82ecce80769cb5c3d8bae1c553886555c78a4 |
|
MD5 | f209eee1abfda6958c870f5eb1350407 |
|
BLAKE2b-256 | f4f75fd7e4252004c9851de6aef377ee6a8ab467bd14b329ffe761afd32e9a70 |