Skip to content

simpleoncall/simpleoncall

Repository files navigation

SimpleOnCall

Open source ops on-call scheduling application.

Project Progress

The project's progress can be tracked with github issues or with the project's waffle board.

Stories in Ready Stories in Progress

Development Setup

The following are the necessary commands needed to get started running a development version of SimpleOnCall, using the default sqlite db backend for Django.

pip is required.

git clone git://github.com/simpleoncall/simpleoncall.git
cd ./simpleoncall
# this will install all python and node.js requirements
make deps
# this will run migrations and start the development django server
make runserver

About

Open source ops on-call scheduling application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published