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
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.6.17.tar.gz
(58.0 kB
view details)
File details
Details for the file netkiller-devops-0.6.17.tar.gz
.
File metadata
- Download URL: netkiller-devops-0.6.17.tar.gz
- Upload date:
- Size: 58.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6641f79c5308c78074d8946af956e9f5bef41ef0cb48febad767c42b3e3d5d1 |
|
MD5 | 85f294e8ee3bae508076bc681bbb7293 |
|
BLAKE2b-256 | 7388ba165d349fb44cd5853df34c7a687d3e763fe565c07ddd6de0d4958953ce |