This commit is contained in:
Dave Miller 2018-10-11 15:42:46 -04:00
Родитель 64fbf17301
Коммит f09a9df145
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -8,9 +8,9 @@ To install:
* copy `config.yml.dist` to `config.yml`
* edit `config.yml` to suit. At a minimum you need:
* your Slack API key
* your PagerDuty API key
* the schedule ID and escalation policy ID that you wish to grab the oncall from (you need both for it to be accurate)
* your Slack API key
* your PagerDuty API key
* the schedule ID and escalation policy ID that you wish to grab the oncall from (you need both for it to be accurate)
* `virtualenv env`
* `source env/bin/activate`
* `pip install -r requirements.txt`