Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/semaphore-docker-systemd
Containerized Semaphore systemd
https://github.com/abn/semaphore-docker-systemd
Last synced: 7 days ago
JSON representation
Containerized Semaphore systemd
- Host: GitHub
- URL: https://github.com/abn/semaphore-docker-systemd
- Owner: abn
- License: mit
- Created: 2015-06-17T05:43:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T06:01:47.000Z (over 9 years ago)
- Last Synced: 2024-11-18T07:50:05.440Z (about 1 month ago)
- Language: Makefile
- Size: 133 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Containerized Semaphore systemd Wrapper
Provides service files for use with systemd enabled distributions for conveniently using [Semaphore](https://github.com/ansible-semaphore/semaphore) - An Open Source Alternative to Ansible Tower.
## Quick Start
### Installation
```sh
git clone https://github.com/abn/semaphore-docker-systemd.git
cd semaphore-docker-systemd
sudo make install
```### Usage
```
# This is as simple as
systemctl start semaphore# If you want semaphore to start on systemboot
systemctl enable semaphore
```