Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created June 1, 2009 23:40
Show Gist options
  • Select an option

  • Save bobbywilson0/121884 to your computer and use it in GitHub Desktop.

Select an option

Save bobbywilson0/121884 to your computer and use it in GitHub Desktop.
node[:apache][:dir] = "/etc/apache2"
node[:apache][:dir] = "/etc/apache2"
node[:apache][:listen_ports] = ["80"]
node[:passenger][:version] = "2.2.2"
node[:rails][:version] = "2.3.2"
include_recipe "rails"
include_recipe "apache2::mod_rails"
include_recipe "sqlite"
gem_package "sqlite3-ruby"
gem_package "rake" do
version "0.8.4"
end
web_app "ap" do
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment