Sentinel App

Sentinel (tigerlily/sentinel) is a web application that aims to monitor all internals and externals services used by your stack.

For example: Facebook, twitter..etc.

Setup

  docker-machine create --driver=virtualbox --virtualbox-disk-size 5000 --virtualbox-memory 4024 sentinel-dev

If you type the command below, the list of started machines will be displayed :

  docker_machine ls
  • Start all services
 docker-compose up -d

Open console

  • Configure your shell :
   eval "$(docker-machine env sentinel-dev)"
  • Connect to the console :
 ./script/docker/console

Display started services :

 docker-compose ps

Workflow

Branch off your feature branches from development.