Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
bc717ab9
Commit
bc717ab9
authored
9 years ago
by
Casey Kuhlman
Committed by
Ethan Buchman
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add start to API mode to eris chain manager script suite
parent
5943b2a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DOCKER/chain_api.sh
+4
-0
4 additions, 0 deletions
DOCKER/chain_api.sh
DOCKER/start.sh
+3
-1
3 additions, 1 deletion
DOCKER/start.sh
with
7 additions
and
1 deletion
DOCKER/chain_api.sh
0 → 100755
+
4
−
0
View file @
bc717ab9
#! /bin/bash
echo
Running chain
$CHAIN_ID
(
via ErisDB API
)
erisdb
$TMROOT
This diff is collapsed.
Click to expand it.
DOCKER/start.sh
+
3
−
1
View file @
bc717ab9
...
...
@@ -108,6 +108,8 @@ case $CMD in
;;
"run"
)
$ECM_PATH
/chain_run.sh
;;
*
)
echo
"Enter a command for starting the chain (install, new, run)"
"api"
)
$ECM_PATH
/chain_api.sh
;;
*
)
echo
"Enter a command for starting the chain (install, new, run, api)"
;;
esac
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