Skip to content

Commit

Permalink
Merge f6d05e4 into dc18861
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Jul 18, 2018
2 parents dc18861 + f6d05e4 commit df938b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.rst
Expand Up @@ -76,6 +76,27 @@ On Arch Linux::
…or use the available AUR_ package.


Starting pyCA
*************

You can start pyCA by running

./start.sh

This start script will take an optional command allowing you to separately launch
pyCA services and run them as separate processes. By default (or using the
`run` command) all services except the UI are launced as a single process.

Available commands are:

- `run`: Start all pyCA components except ui (default)
- `capture`: Start pyCA capture service
- `ingest`: Start pyCA ingest service
- `schedule`: Start pyCA schedule service
- `agentstate`: Start pyCA agentstate service
- `ui`: Start web based user interface


User Interface
**************

Expand Down

0 comments on commit df938b8

Please sign in to comment.