2016-12-21 13:11:39 +03:00
|
|
|
Service Book
|
|
|
|
============
|
|
|
|
|
2017-12-07 22:07:01 +03:00
|
|
|
.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
|
|
|
|
:target: https://github.com/mozilla/servicebook-web/blob/master/LICENSE.txt
|
|
|
|
:alt: License
|
2017-12-07 22:08:58 +03:00
|
|
|
.. image:: http://coveralls.io/repos/github/mozilla/servicebook-web/badge.svg?branch=master
|
2017-02-08 13:17:50 +03:00
|
|
|
:target: https://coveralls.io/github/mozilla/servicebook-web?branch=master
|
2017-12-07 22:07:01 +03:00
|
|
|
:alt: Coverage
|
2017-02-08 13:17:50 +03:00
|
|
|
.. image:: http://travis-ci.org/mozilla/servicebook-web.svg?branch=master
|
|
|
|
:target: https://travis-ci.org/mozilla/servicebook-web
|
2017-12-07 22:07:01 +03:00
|
|
|
:alt: Travis
|
2017-02-08 13:17:50 +03:00
|
|
|
|
2017-02-22 02:28:52 +03:00
|
|
|
Small dashboard that lists all QA projects, and displays their Swagger
|
2016-12-21 13:11:39 +03:00
|
|
|
documentation and everything we have about them.
|
|
|
|
|
|
|
|
|
2017-02-22 02:28:52 +03:00
|
|
|
Run with Docker
|
2016-12-21 13:11:39 +03:00
|
|
|
---------------
|
|
|
|
|
2017-02-08 17:07:39 +03:00
|
|
|
There's a full deployment in Docker image in the docker/ directory.
|
2017-01-03 16:17:27 +03:00
|
|
|
|
2017-02-08 17:07:39 +03:00
|
|
|
To build it::
|
2017-01-03 16:17:27 +03:00
|
|
|
|
2017-02-08 17:07:39 +03:00
|
|
|
$ cd docker
|
2018-05-29 23:19:08 +03:00
|
|
|
$ make docker-build
|
2016-12-21 13:11:39 +03:00
|
|
|
|
2017-02-08 17:07:39 +03:00
|
|
|
Then, to run it::
|
2016-12-21 13:11:39 +03:00
|
|
|
|
2018-05-29 23:19:08 +03:00
|
|
|
$ make docker-run
|
2016-12-21 13:11:39 +03:00
|
|
|
|
2017-02-08 17:07:39 +03:00
|
|
|
This will expose the service book on http://localhost:5000
|