Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

magerun (7) Versions 2.2.1

installs/configures n98-magerun.phar

Policyfile
Berkshelf
Knife
cookbook 'magerun', '= 2.2.1', :supermarket
cookbook 'magerun', '= 2.2.1'
knife supermarket install magerun
knife supermarket download magerun
README
Dependencies
Changelog
Quality 100%

chef-magerun

GitHub tag
Build Status
Gittip

chef-magerun installs n98-magerun and provides access to a corresponding LWRP.

Usage

Simply include the recipe in your application recipe, where you setup/deploy magento.
ruby
include_recipe "magerun"

ATTENTION: name this cookbook "magerun" if you want to use the LWRP like this:
ruby
magerun "PATH TO YOUR MAGENTO ROOT" do
action :cache_flush
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
magerun () {
vagrant ssh -- -t n98-magerun.phar --root-dir=/vagrant $@
}

Open a new bash prompt at your Vagrant project and interact with n98-magerun as if it were local.

$ magerun help
$ magerun cache:clean

Your commands will be run inside the Vagrant box using the n98-magerun config and Magento root defined.
For performance reasons you might like to use the $ magerun shell feature rather than opening a new ssh connection for each command.

Dependencies

This cookbook depends on the following community cookbooks.

  • php

Recommendations

  • dop_php

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.

Development

  1. Fork the repository from GitHub.
  2. Clone your fork to your local machine:

    $ git clone git@github.com:USER/chef-magerun.git
    
  3. Create a git branch

    $ git checkout -b my_bug_fix
    
  4. Write tests

  5. Make your changes/patches/fixes, committing appropriately

  6. Run the tests: foodcritic, rubocop, kitchen test

  7. Push your changes to GitHub

  8. Open a Pull Request

Testing

chef-magerun is on Travis CI which tests against multiple Chef and Ruby versions.

The following Rake tasks are provided for automated testing of the cookbook:

  • rake rubocop - Run [RuboCop] style and lint checks
  • rake foodcritic - Run [Foodcritic] lint checks
  • rake integration - Run [Test Kitchen] integration tests (provisions a Vagrant VM using this cookbook and then tests the infrastructure with [Serverspec])
  • rake test - Run all tests

License and Author

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

php >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for magerun

This file is used to list changes made in each version of magerun.

2.2.1:

  • Sample data during installation is marked by default. Created an option to turn off sample data. (tatemz)
  • Fixed find -exec bug. (tatemz)
  • Added output and debugging options. (tatemz)

2.2.0:

  • update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci
  • prepare for release on supermarket.chef.io

2.1.3:

  • update install command: check for required php extensions (fixes #1 / thx tatemz)
  • add set_permissions action (fixes #2 / thx tatemz)

2.1.2:

  • update install command

2.1.1:

  • add overwrite config and set root user warning default to false

2.1.0:

  • update/integrate testsuites: test-kitchen, foodcritic, rubocop, travis-ci

2.0.3:

  • fix db:drop --force command

2.0.2:

  • add role attribute to admin:user:create

2.0.1:

  • add sys:setup:incremental command

2.0.0:

  • remove composer entirely as its not needed here
  • move installation of magerun from LWRP to default recipe
  • fix commands

1.1.0:

  • remove dependency to chef-php-extra by including own composer lwrp
  • add new magerun commands (v1.85.0)

1.0.0:

  • Initial release of magerun

Foodcritic Metric
            

2.2.1 passed this metric