An open API service indexing awesome lists of open source software.

https://github.com/raphink/puppet-securityoptions


https://github.com/raphink/puppet-securityoptions

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

export PATH=~/.gem/ruby/2.1.0/bin:$PATH
gem install bundler --user-install

echo alias bundle="~/.gem/ruby/2.1.0/bin/bundle.ruby2.1" >> ~/.bashrc
echo alias bundler="~/.gem/ruby/2.1.0/bin/bundler.ruby2.1" >> ~/.bashrc

. ~/.bashrc

#...Change directories to your project...

bundle install --path vendor/bundle
bundle exec rake --tasks

#to build the pkg
bundle exec rake build

#then in the pkg directory you can copy the folder to the puppet environment
#for testing