Skip to content

Instantly share code, notes, and snippets.

@sax
Last active January 11, 2017 20:47
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sax/9141596 to your computer and use it in GitHub Desktop.
Create omnibus chef on SmartOS
pkgin -y install ruby193 gmake build-essential ;
gem install bundler --no-ri --no-rdoc
pushd /root
git clone https://github.com/opscode/omnibus-ruby
git clone https://github.com/opscode/omnibus-software
git clone https://github.com/opscode/omnibus-chef
pushd omnibus-chef
bundle install --binstubs
/root/omnibus-chef/bin/omnibus build project chef
popd; popd
@wanelo-pair
Copy link

Does this work @sax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment