mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
37b0f62915
Rotate the octocat on the github corner |
||
---|---|---|
database | ||
migration | ||
models | ||
playbooks | ||
public | ||
routes | ||
util | ||
.gitignore | ||
circle.yml | ||
docker-compose.yml | ||
LICENSE | ||
main.go | ||
make.sh | ||
README.md | ||
swagger.yml |
V2 branch
Beware WIP
Requirements
- GIT installed and in $PATH
- Ansible installed and in $PATH
- Redis & MySQL/MariaDB
Getting started
$ ./semaphore -printConfig > config.json
$ vim config.json
$ ./semaphore -migrate -config `path`/config.json
... migrations exec'd ...
$ ./semaphore -hash myPassword
... hash printed ...
$ add user with mysql
$ ./semaphore -config `path`/config.json
... listening on a port