jasimmonsv / oncall-admin

User creation/edit tool for Oncall (https://github.com/linkedin/oncall)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User bootstrap/editor script for oncall.

Listing users:

alt text

Editing a user user:

alt text

Creating a user:

alt text

Setup

virtualenv env
. env/bin/activate
python setup.py develop

Usage

First edit your mysql settings in configs/config.dev.yaml.

. env/bin/activate
make

Then visit http://localhost:16652 in your web browser to view/edit/create/delete oncall user accounts.

About

User creation/edit tool for Oncall (https://github.com/linkedin/oncall)

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 55.1%Language:JavaScript 22.7%Language:HTML 21.4%Language:Makefile 0.8%