2016-01-20 20:31:50 +01:00
|
|
|
# V2 branch
|
|
|
|
|
2016-04-11 19:28:34 +02:00
|
|
|
[![Circle CI](https://circleci.com/gh/ansible-semaphore/semaphore.svg?style=svg&circle-token=3702872acf2bec629017fa7dd99fdbea56aef7df)](https://circleci.com/gh/ansible-semaphore/semaphore)
|
|
|
|
|
2016-01-20 20:31:50 +01:00
|
|
|
Beware WIP
|
|
|
|
|
2016-04-07 14:49:34 +02:00
|
|
|
## Requirements
|
2016-01-20 20:31:50 +01:00
|
|
|
|
2016-04-07 14:49:34 +02:00
|
|
|
- GIT installed and in $PATH
|
|
|
|
- Ansible installed and in $PATH
|
2016-04-11 19:01:57 +02:00
|
|
|
- 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
|
|
|
|
```
|