Semaphore/README.md
2016-04-11 18:28:34 +01:00

620 B

V2 branch

Circle CI

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