diff options
author | Luke Kanies <luke@madstop.com> | 2005-08-23 16:09:14 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-08-23 16:09:14 +0000 |
commit | 6029ef7812765775306ff8394005c326e359d886 (patch) | |
tree | 32cbe5ea68e0e9fbdc0935d0b41e58fdfcba9e3d /README | |
parent | e87eb58ce8dc40ba8c66233bf17cea61094e7647 (diff) | |
download | puppet-6029ef7812765775306ff8394005c326e359d886.tar.gz |
Moving all files into a consolidated trunk. All tests pass except the known-failing certificate test, but there appear to be some errors that are incorrectly not resulting in failurs. I will track those down ASAP.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@576 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +$Id$ + +This is what you need to get puppet running: + +-- Check you have Ruby version 1.8.2 or later + You can download it from + ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz + Un tar it, then: ./configure; make; make install + +-- http://reductivelabs.com/downloads/facter/facter-1.0.tgz + A library that puppet needs to run. Un tar it, and calling + 'ruby install.rb' file should successfully install it; let + me know if it doesn't. Otherwise, you can just set RUBYLIB + to contain its lib directory. + +-- Install puppet + Run 'ruby install.rb' or add the 'lib/' directory to your RUBYLIB path. + Documentation can be found online at + http://reductivelabs.com/projects/puppet/documentation/ + +-- After that, you should be able to go into test/ and run ./test, + or run 'bin/puppet' on whichever puppet config files you want. |