Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
ESAP
Commits
d5c6a004
Commit
d5c6a004
authored
3 years ago
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Added the populate and minor improvements.
parent
d229f04b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-14
15 additions, 14 deletions
README.md
with
15 additions
and
14 deletions
README.md
+
15
−
14
View file @
d5c6a004
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment