6 ms·
I'd say it is easier to just do "gem install puppet" if you have ruby already installed.
by Schmidt 15y ago
I'd say it is easier to just do "gem install puppet" if you have ruby already installed.
- RyanGWU82 15y agoAnd "apt-get install puppet" if you're on Debian or Ubuntu.
- jarin 15y agohttps://github.com/railsmachine/moonshine https://github.com/railsmachine/moonshine if you're deploying a Rails app to a VPS like Linode or Slicehost. It's a handy wrapper around puppet that lets you go from bare server to fully deployed Rails app with one config file, two commands, and about 10 minutes of automated package installs.
- sibsibsib 15y agothis looks pretty cool. Happen to know any similar projects for python?