Web Frontend for the service book
Перейти к файлу
Tarek Ziade f8ef083e40 much simpler 2017-03-07 09:52:08 +01:00
docker serve __version__ statically - fixes #31 2017-03-03 08:57:55 +01:00
serviceweb added user_in_mozteam to start filtering out non public data 2017-03-02 11:52:11 +01:00
.coveragerc we dont cover tests 2017-02-08 11:22:56 +01:00
.gitignore added gitignore 2016-12-21 12:11:03 +01:00
.travis.yml much simpler 2017-03-07 09:52:08 +01:00
MANIFEST.in adding templates and static dirs 2017-02-08 14:29:49 +01:00
Makefile exposed SERVICEBOOK to the docker image 2017-03-01 13:52:25 +01:00
README.rst Moar minor typo fixes 2017-02-21 15:28:52 -08:00
circle.yml Added circle.yml 2017-03-07 09:27:42 +01:00
requirements-test.txt Update test requirements to latest 2017-03-06 19:03:21 -08:00
requirements.txt display a last modified column 2017-02-06 11:53:24 +01:00
serviceweb.ini plugged to the new model 2017-01-04 11:53:07 +01:00
setup.py added ops views 2017-02-28 11:38:45 +01:00
tox.ini display a last modified column 2017-02-06 11:53:24 +01:00

README.rst

Service Book
============

.. image:: http://coveralls.io/repos/github/mozilla/servicebook-web/badge.svg?branch=master
   :target: https://coveralls.io/github/mozilla/servicebook-web?branch=master

.. image:: http://travis-ci.org/mozilla/servicebook-web.svg?branch=master
   :target: https://travis-ci.org/mozilla/servicebook-web


Small dashboard that lists all QA projects, and displays their Swagger
documentation and everything we have about them.


Run with Docker
---------------

There's a full deployment in Docker image in the docker/ directory.

To build it::

    $ cd docker
    $ make docker

Then, to run it::

    $ make run

This will expose the service book on http://localhost:5000