Added documentation for developpment environnement
Change-Id: I88d88745c21f8d0c6cd75dbb300b59ceff28b9a9
This commit is contained in:
parent
d1a66be563
commit
79230990b3
19
doc/source/getting_started.rst
Normal file
19
doc/source/getting_started.rst
Normal file
@ -0,0 +1,19 @@
|
||||
.. role:: bash(code)
|
||||
:language: bash
|
||||
|
||||
===============
|
||||
Getting Started
|
||||
===============
|
||||
|
||||
Developpement environnement
|
||||
===========================
|
||||
|
||||
Surveil's developpement environnement is based on Docker. There is a Makefile
|
||||
at the root of the repository with commands to make it easier to use:
|
||||
|
||||
* :bash:`make run`: Launch Surveil inside a container in non-interactive mode.
|
||||
* :bash:`make run-interactive`: Launch Surveil inside a container in interactive mode. You will have to start the services yourself.
|
||||
* :bash:`make kill`: Kill the active docker containers, if any.
|
||||
|
||||
Configuration for the different services running in the Docker container are
|
||||
stored in tools/docker.
|
@ -8,6 +8,7 @@ Table of Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
readme
|
||||
getting_started
|
||||
webapi/index
|
||||
|
||||
Indices and tables
|
||||
|
Loading…
x
Reference in New Issue
Block a user