So I ran through a server setup on ec2, and have a text file of all the
commands I used to get the server to where I wanted it.

I have a few questions now :)

I am running Ubuntu 10.10, and this is for a rails application.

1. I need to install Ruby Enterprise edition, which I had to do the
following to get running:

   sudo apt-get install mysql-server libmysqlclient15-dev


mkdir -p downloads && cd downloads/


wget
http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz


tar xzvf ruby-enterprise-1.8.7-2011.03.tar.gz

sudo apt-get install libreadline5-dev

sudo apt-get install libssl-dev

sudo ./ruby-enterprise-1.8.7-2011.03/installer --auto /opt/ruby/


echo "export PATH=/opt/ruby/bin:$PATH" >> ~/.profile && . ~/.profile




The examples I have seen with puppet so far are mostly dealing with creating
a node/class, and setting a particular service to be started etc.

How would I deal with this situation where I need:


i) setup apt-get dependancies

ii) download a file

iii) make the lib from source

iiii) modify my path

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to