Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
a85f9a3d
Commit
a85f9a3d
authored
Dec 18, 2015
by
Brendan Melville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to nohup these so they detach from current terminal process.
parent
0793a2df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bootstrap.sh
examples/bootstrap/bootstrap.sh
+4
-4
No files found.
examples/bootstrap/bootstrap.sh
View file @
a85f9a3d
...
...
@@ -18,7 +18,7 @@ if [[ -z $RESOURCIFIER ]] ; then
exit
1
fi
pkill
-f
$RESOURCIFIER
$RESOURCIFIER
>
$LOGDIR
/resourcifier.log 2>&1
--kubectl
=
$KUBECTL
--port
=
8082 &
nohup
$RESOURCIFIER
>
$LOGDIR
/resourcifier.log 2>&1
--kubectl
=
$KUBECTL
--port
=
8082 &
echo
echo
"Starting expandybird..."
...
...
@@ -28,7 +28,7 @@ if [[ -z $EXPANDYBIRD ]] ; then
exit
1
fi
pkill
-f
$EXPANDYBIRD
$EXPANDYBIRD
>
$LOGDIR
/expandybird.log 2>&1
--port
=
8081
--expansion_binary
=
expandybird/expansion/expansion.py &
nohup
$EXPANDYBIRD
>
$LOGDIR
/expandybird.log 2>&1
--port
=
8081
--expansion_binary
=
expandybird/expansion/expansion.py &
echo
echo
"Starting deployment manager..."
...
...
@@ -38,7 +38,7 @@ if [[ -z $MANAGER ]] ; then
exit
1
fi
pkill
-f
$MANAGER
$MANAGER
>
$LOGDIR
/manager.log 2>&1
--port
=
8080
--expanderURL
=
http://localhost:8081
--deployerURL
=
http://localhost:8082 &
nohup
$MANAGER
>
$LOGDIR
/manager.log 2>&1
--port
=
8080
--expanderURL
=
http://localhost:8081
--deployerURL
=
http://localhost:8082 &
echo
echo
"Creating dm namespace..."
...
...
@@ -51,7 +51,7 @@ echo
echo
"Starting kubectl proxy..."
pkill
-f
"
$KUBECTL
proxy"
$KUBECTL
proxy
--port
=
8001
--namespace
=
dm &
nohup
$KUBECTL
proxy
--port
=
8001
--namespace
=
dm &
sleep
1s
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment