Skip to content

Commit

Permalink
fix(google): Install codelab boot scripts. (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt committed Apr 28, 2017
1 parent 0fb701d commit 9193801
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/codelab/provision_spinnaker_codelab_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ server {
}
}
EOF

mv $(dirname $0)/first_codelab_boot.sh /opt/spinnaker/install
chmod 755 /opt/spinnaker/install/first_codelab_boot.sh
chown spinnaker:spinnaker /opt/spinnaker/install/first_codelab_boot.sh

mv $(dirname $0)/codelab_config.py /opt/spinnaker/install
chmod 644 /opt/spinnaker/install/codelab_config.py
chown spinnaker:spinnaker /opt/spinnaker/install/codelab_config.py

service nginx restart

service spinnaker restart
Expand Down

0 comments on commit 9193801

Please sign in to comment.