From d5c6a004f1411f55f1b82983191047bd64a51c16 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Sat, 22 Jan 2022 01:55:26 +0100 Subject: [PATCH] Added the populate and minor improvements. --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8cb2a7c..7e9d65f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Requirements: Bash and Docker. - Setup $ esap/setup @@ -20,21 +19,17 @@ Build $ esap/build - Run $ esap/run + +Popluate with demo data + $ esap/populate Play Head to https://localhost - - -Logs - - $ esap/logs - Clean @@ -48,6 +43,18 @@ To get live code changes in the ESAP GUI, uncomment the "volumes" section fot th ### Extras +List all running services + + # esap/ps + +View logs + + $ esap/logs + +Open a shell in a service + + # esap/shell service_name + Build a specific service # esap/build service_name @@ -60,13 +67,7 @@ View logs of a specific service # esap/logs service_name -List all running services - - # esap/ps -Open a shell in a service - - # esap/shell service_name -- GitLab