fabric setup scripts and fabric utils library
Project description
Fabric tasks in order to set up and maintain configurations, software installations and other things on a local or remote linux system (most functionality for Debian/Ubuntu).
Installation
sh sudo apt-get install git fabric mkdir ~/repos && cd ~/repos git clone https://github.com/theno/fabsetup.git
How to use fabsetup
fabsetup is a `fabric <http://www.fabfile.org/>`__ script, so every command starts with a ``fab``:
```sh # go to the fabsetup repository cd ~/repos/fabsetup
# task infos
## list all tasks: ‘-l’ fab -l
## show details: ‘-d’ fab -d setup.vim
# run tasks
fab setup.regex_repl
## on your local host: fab setup.pencil_v3 -H localhost
## remote host: fab up -H example.com ```
`Setup-Howtos <./howtos>`__:
Customize fabsetup: Initialize git repository ``fabsetup_custom` <./howtos/fabsetup_custom.md>`__
Host an own F-Droid Repository (Android App Repository)
Host a Selfoss Service (RSS Reader Web Application)
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
File details
Details for the file fabsetup-0.5.1.tar.gz
.
File metadata
- Download URL: fabsetup-0.5.1.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c19b3dbeb05bff0c7f617860cbf6d91524c4bdccd4a3f56c2aa837aa5d91bdc2 |
|
MD5 | daf7a2116d7d57234d9231e10fd49081 |
|
BLAKE2b-256 | dda3400be6a165a3ec55690752d70865182ad959bfb8d837b1cae81c0c0c49b3 |