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

symlink $DRUPAL_HOME to shared directory #3

Closed ruebot closed 8 years ago

ruebot commented 9 years ago

From @ruebot on August 26, 2015 19:38

symlink $DRUPAL_HOME to shared directory so a developer can use their editor of preference.

We can crib from 7.x-2.x vagrant which does this already.

_Copied from original issue: Islandora-Labs/islandoravagrant#87

DonRichards commented 8 years ago

Which Line are we talking about? Nether one looks like what I thought you might have been referencing.

if [ ! -f "islandora" ]; then
  ln -s "$HOME_DIR/islandora/drupal/" islandora
fi
ln -sv /usr/share/coder/coder_sniffer/Drupal /usr/share/php/PHP/CodeSniffer/Standards
ruebot commented 8 years ago

I no longer have a use case for this.