Sha256: 4b91177d6cb9368386aaad732be5adfd77b56ce3929be78b103468f94a8fa0e3

Contents?: true

Size: 497 Bytes

Versions: 9

Compression:

Stored size: 497 Bytes

Contents

ey_cloud_report "Installing SM framework"

execute "install-sm" do
  command <<-SHELL
  for entry in /tmp/sm-* ; do rm -rf ${entry} ; done

  curl -L -s https://github.com/sm/sm/tarball/master -o sm-master.tar.gz && 
  tar zxf sm-master.tar.gz && # unpack
  mv sm-sm-* sm-master &&     # rename github-named folder to something known
  cd sm-master && 
  ./install # >/dev/null


  # prefix_path=/eystack ./install >/dev/null
  SHELL
  action :run
end

link "/bin/sm" do
  to "/opt/sm/bin/sm"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
engineyard-recipes-0.5.0 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.4.0 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.3.2 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.3.2.pre lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.3.0 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.2.0 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.2.0.pre3 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.2.0.pre2 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb
engineyard-recipes-0.2.0.pre1 lib/engineyard-recipes/generators/init_sm_generator/templates/cookbooks/sm/recipes/install.rb