Skip to content
Snippets Groups Projects
Commit d5c6a004 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added the populate and minor improvements.

parent d229f04b
Branches
Tags
No related merge requests found
...@@ -10,7 +10,6 @@ Requirements: ...@@ -10,7 +10,6 @@ Requirements:
Bash and Docker. Bash and Docker.
Setup Setup
$ esap/setup $ esap/setup
...@@ -20,22 +19,18 @@ Build ...@@ -20,22 +19,18 @@ Build
$ esap/build $ esap/build
Run Run
$ esap/run $ esap/run
Popluate with demo data
$ esap/populate
Play Play
Head to https://localhost Head to https://localhost
Logs
$ esap/logs
Clean Clean
$ esap/clean $ esap/clean
...@@ -48,6 +43,18 @@ To get live code changes in the ESAP GUI, uncomment the "volumes" section fot th ...@@ -48,6 +43,18 @@ To get live code changes in the ESAP GUI, uncomment the "volumes" section fot th
### Extras ### 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 Build a specific service
# esap/build service_name # esap/build service_name
...@@ -60,13 +67,7 @@ View logs of a specific service ...@@ -60,13 +67,7 @@ View logs of a specific service
# esap/logs service_name # esap/logs service_name
List all running services
# esap/ps
Open a shell in a service
# esap/shell service_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment