|
|
@ -11,11 +11,12 @@ cd islandora_tomcat |
|
|
|
export CATALINA_HOME='.' |
|
|
|
export CATALINA_HOME='.' |
|
|
|
./bin/startup.sh |
|
|
|
./bin/startup.sh |
|
|
|
cd $HOME |
|
|
|
cd $HOME |
|
|
|
|
|
|
|
pear update pear |
|
|
|
pear channel-discover pear.phpqatools.org |
|
|
|
pear channel-discover pear.phpqatools.org |
|
|
|
pear channel-discover pear.netpirates.net |
|
|
|
pear channel-discover pear.netpirates.net |
|
|
|
pear install pear/PHP_CodeSniffer |
|
|
|
pear install pear/PHP_CodeSniffer |
|
|
|
pear install pear.phpunit.de/phpcpd |
|
|
|
pear install pear.phpunit.de/phpcpd |
|
|
|
sudo apt-get install -qq drush |
|
|
|
pear install drush/drush |
|
|
|
phpenv rehash |
|
|
|
phpenv rehash |
|
|
|
drush dl --yes drupal |
|
|
|
drush dl --yes drupal |
|
|
|
cd drupal-* |
|
|
|
cd drupal-* |
|
|
|