Improve EC2 setup scripts. Remove dependency on external environment variables.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c0d8a7ab8
commit
ddee608e43
7 changed files with 13 additions and 13 deletions
|
|
@ -19,5 +19,5 @@
|
|||
host=$1
|
||||
|
||||
# Download and execute Tuscany SCA install script
|
||||
ssh -i $HOME/.ec2/ec2-tuscany-keypair.pem ubuntu@$host "wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image; chmod 700 ./ubuntu-dev-all-image; ./ubuntu-dev-all-image"
|
||||
ssh -i $HOME/.ec2/ec2-keypair.pem ubuntu@$host "wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-dev-all-image; chmod 700 ./ubuntu-dev-all-image; ./ubuntu-dev-all-image"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue