Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FDO Local Testbed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fdo
FDO Local Testbed
Commits
5554a15e
Verified
Commit
5554a15e
authored
6 months ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
EHN: add wait-for-it to linkahead start-up
parent
28e41ffb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
linkahead/.gitignore
+1
-0
1 addition, 0 deletions
linkahead/.gitignore
linkahead/Makefile
+2
-1
2 additions, 1 deletion
linkahead/Makefile
with
3 additions
and
1 deletion
linkahead/.gitignore
+
1
−
0
View file @
5554a15e
cert
doip-linkahead.json
This diff is collapsed.
Click to expand it.
linkahead/Makefile
+
2
−
1
View file @
5554a15e
start
:
doip-linkahead.json
cert
start
:
cert
doip-linkahead.json
@
echo
"Start LinkAhead"
docker compose up
--build
--detach
docker
exec
linkahead-doip-server-1 /opt/caosdb/git/caosdb-advanced-user-tools/.docker/wait-for-it.sh localhost:10443
-t
500
--
echo
"LINKAHEAD ONLINE"
doip-linkahead.json
:
doip-linkahead.template.json cert/pubkey.pem .env
sed
"s:PUBKEY:
$$(
sed "
/-----/d
" cert/pubkey.pem | tr -d '
\n\t\r
'
)
:"
$<
>
$@
...
...
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