Islandora-Labs / islandora_vagrant_base_box

This is a base box for Islandora Vagrant
https://app.vagrantup.com/islandora/boxes/islandora-base
GNU General Public License v3.0
3 stars 13 forks source link

Fixing issue #119 #25

Closed lutaylor closed 7 years ago

lutaylor commented 7 years ago

What does this Pull Request do?

Takes care of https://github.com/Islandora-Labs/islandora_vagrant/issues/119 where coder-review does not work.

What's new?

Removed Coder 8.x components which were conflicting with Coder 7.x in Drupal.

How should this be tested?

Clone my repo. Bring up islandora_vagrant_base_box then halt and package. After packaging add the package.box

vagrant box add testbox package.box 

Then update config.vm.box = "testbox" in the islandora_vagrant Vagrantfile.

Then

1.vagrant up

  1. vagrant ssh
  2. cd /var/www/drupal/
  3. drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora

Additional Notes

Interested parties

@DonRichards @nate-rcl