cookbook 'modman', '~> 2.2.2'
modman (2) Versions 2.2.2 Follow0
installs/configures modman
cookbook 'modman', '~> 2.2.2', :supermarket
knife supermarket install modman
knife supermarket download modman
<a href="http://www.ffuenf.de" title="ffuenf - code • design • e-commerce"><img src="https://github.com/ffuenf/Ffuenf_Common/blob/master/skin/adminhtml/default/default/ffuenf/ffuenf.png" alt="ffuenf - code • design • e-commerce" /></a>
chef-modman
chef-modman installs modman and provides access to a corresponding LWRP.
Dependencies
This cookbook has no direct dependencies.
Description
Installs modman and provides access to a corresponding LWRP.
Platform
The following platforms are supported and tested:
- Debian 6.x
- Debian 7.x
- Ubuntu 14.04.x
Other Debian family distributions are assumed to work.
Usage
Simply include the recipe in your application recipe, where you setup/deploy magento.
ruby
include_recipe "modman"
ATTENTION: name this cookbook "modman" if you want to use the LWRP like this:
ruby
modman "MODULENAME" do
path "/MAGENTO_ROOT"
action :clone
end
See Command-Reference for available commands.
Keep an eye on the associated actions in the LWRP (providers/default.rb) since some commands had to be rewritten using no "-".
As a sidenote for vagrant users: - You may set up a bash function to use a pseudo-tty with magerun in the vagrant box.
e.g. in your local ~/.bash_profile
place:
bash
modman () {
vagrant ssh -- -t modman $@
}
Open a new bash prompt at your Vagrant project and interact with n98-magerun as if it were local.
$ modman help
$ modman deploy-all
Your commands will be run inside the Vagrant box.
Development
- Fork the repository from GitHub.
-
Clone your fork to your local machine:
$ git clone git@github.com:USER/chef-modman.git
-
Create a git branch
$ git checkout -b my_bug_fix
Write tests
Make your changes/patches/fixes, committing appropriately
Run the tests:
rake style
,rake spec
,rake integration:vagrant
Push your changes to GitHub
Open a Pull Request
Testing
The following Rake tasks are provided for automated testing of the cookbook:
$ rake -T
rake spec # Run ChefSpec examples
rake style # Run all style checks
rake style:chef # Lint Chef cookbooks
rake style:ruby # Run Ruby style checks
rake travis # Run all tests on Travis
See TESTING.md for detailed information.
License and Author
Author:: Achim Rosenhagen (a.rosenhagen@ffuenf.de)
Copyright:: 2016, ffuenf
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
CHANGELOG for modman
This file is used to list changes made in each version of modman.
2.2.2:
- play nice with vagrant-cachier (see https://github.com/fgrehm/vagrant-cachier/issues/156)
2.2.1:
- update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci
- prepare for release on supermarket.chef.io
2.2.0
- fix provider (missing modman call in all actions) thanks to Fantus
2.1.1
- update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci
2.1.0
- update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci
- pin modman version (because newer versions break proper symlinking)
2.0.0:
- move installation of modman from LWRP to default recipe
1.0.1:
- Refactoring: removed @new_resource.exists statements and fixed missing force parameter.
1.0.0:
- Initial release of modman
Collaborator Number Metric
2.2.2 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
2.2.2 failed this metric
FC064: Ensure issues_url is set in metadata: modman/metadata.rb:1
FC065: Ensure source_url is set in metadata: modman/metadata.rb:1
FC066: Ensure chef_version is set in metadata: modman/metadata.rb:1
FC069: Ensure standardized license defined in metadata: modman/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.2.2 passed this metric
Testing File Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.2.2 failed this metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
2.2.2 failed this metric
FC064: Ensure issues_url is set in metadata: modman/metadata.rb:1
FC065: Ensure source_url is set in metadata: modman/metadata.rb:1
FC066: Ensure chef_version is set in metadata: modman/metadata.rb:1
FC069: Ensure standardized license defined in metadata: modman/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.2.2 passed this metric
Testing File Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.2.2 failed this metric
FC065: Ensure source_url is set in metadata: modman/metadata.rb:1
FC066: Ensure chef_version is set in metadata: modman/metadata.rb:1
FC069: Ensure standardized license defined in metadata: modman/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
2.2.2 passed this metric
Testing File Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.2.2 failed this metric
2.2.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number