Skip to content

Commit

Permalink
making script changes<Sushant/Naomi>
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijoshi committed Apr 26, 2016
1 parent 4d91d09 commit 3615e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions install/ruby-package-installer.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/sh
#!/bin/bash


gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

#\curl -sSL https://get.rvm.io | bash -s stable --ruby
\curl -sSL https://get.rvm.io | bash
sudo `source /home/ubuntu/.rvm/scripts/rvm`
source /home/ubuntu/.rvm/scripts/rvm
rvm install 2.3-dev
source ~/.bash_profile
#rvm use 2.3.0-dev
gem install bundler
cd /home/ubuntu/Lambda-on-OpenStack/UserInterface/
Expand Down
4 changes: 2 additions & 2 deletions install/start-api.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!#/bin/sh

cd /home/ubuntu/Lambda-on-OpenStack/UserInterface
sudo ./start-sinatra.sh
cd /home/ubuntu/Lambda-on-OpenStack/UserInterface/
ruby wrapper.rb

0 comments on commit 3615e16

Please sign in to comment.