I need to:
sudo apt-get install rubygems
sudo gem install <lots of gems>
does the bootstrap action have sudo access?
|
I need to:
does the bootstrap action have sudo access?
| |||
|
feedback
|
|
The answer is yes. You can test your bootstrap script like this:
This will create a node and give you a ssh connection to it, from which you can test your bootstrap script. UPDATE: For reference here is what I'm running:
UPDATE2: to install aws-sdk
-y on apt-get makes it not prompt you I wget rubygems because the version you get with apt-get is way out of date, and some gems won't build using an old version. | ||||
|
feedback
|
|
Yup, and here is a list of commands that I ran to setup my instance (for all the people who google for this question later):
| |||
|
feedback
|