Skip to content

Commit

Permalink
Issue #34: documentation for running rake resource:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Mar 13, 2016
1 parent d79ce65 commit 2d35d0f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,17 @@ jboss schema departs from its normal conventions. Any hand writeen resource
manifests should go in `manifests/internal/custom_resource`. The generation
task will overlay these files over the autogenerated version.

To set up your system to be able to generate the resources then perform the following steps:

gem install top
gem install puppet
gem install puppet-lint
gem install puppetlabs_spec_helper
gem install backports

To regenerate resources, execute `rake resource:generate` within the project
folder.


Developer Setup
---------------

Expand Down

0 comments on commit 2d35d0f

Please sign in to comment.