Issue #4639 has been reported by Andrew Ring.
----------------------------------------
Bug #4639: puppet-dashboard install Step 2 is not clear
http://projects.puppetlabs.com/issues/4639
Author: Andrew Ring
Status: Unreviewed
Priority: Normal
Assignee:
Category: documentation
Target version:
Affected version:
Keywords: puppet-dashboard
Branch:
Hello,
I am working my way through the "README.markdown" included with
puppet-dashboard-1.0.3. Step 2 could use a little more explanation. What
program should the script in Step 2 be run through? I tried to blindly run it
through "ruby" and "gem", but received errors.
2. Install the `gem` package manager -- do not use the one packaged with
the operating system:
URL="http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz"
PACKAGE=$(echo $URL | sed "s/\.[^\.]*$//; s/^.*\///")
pushd "/tmp"
CACHE=`mktemp -d install_rubygems.XXXXXXXXXX`
pushd "$CACHE"
wget -c -t10 -T20 -q "$URL"
tar xfz "$PACKAGE.tgz"
cd "$PACKAGE"
sudo ruby setup.rb
popd
popd
Thank you
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.