Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electrumfairchainsx
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
Service Desk
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
Gampe Sebastian
electrumfairchainsx
Merge requests
!6
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
faircoin.co/electrumfairchainsx:master
into
master
Overview
0
Commits
5
Pipelines
11
Changes
9
Merged
Gampe Sebastian
requested to merge
faircoin.co/electrumfairchainsx:master
into
master
2 years ago
Overview
0
Commits
5
Pipelines
11
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
16921baa
5 commits,
2 years ago
9 files
+
218
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
deploy/help
+
1
−
0
Options
@@ -4,6 +4,7 @@ echo -e "deploy/build \t\t( build container images )"
echo
-e
"deploy/start
\t\t
( start container )"
echo
-e
"deploy/new_ssl
\t\t
( create new ssl cert for electrumx server )"
echo
-e
"deploy/stop
\t\t
( stop container )"
echo
-e
"deploy/install
\t
( run steps build + start + new_ssl )"
echo
-e
"deploy/uninstall
\t
( stop and remove container, named volumes will NOT removed )"
echo
-e
"deploy/remove
\t\t
( stop and remove container and images, named volumes WILL REMOVED )"
echo
""
Loading