Browse Source

testing with Gervais' tomcat

pull/427/head
qadan 11 years ago
parent
commit
4e369fcba7
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -6,7 +6,7 @@ mysql -u root -e "GRANT ALL PRIVILEGES ON fedora.* To 'fedora'@'localhost' IDENT
mysql -u root -e "GRANT ALL PRIVILEGES ON drupal.* To 'drupal'@'localhost' IDENTIFIED BY 'drupal';"
cd $HOME
git clone git://github.com/Islandora/tuque.git
git clone -b $FEDORA_VERSION git://github.com/qadan/islandora_tomcat.git
git clone -b $FEDORA_VERSION git://github.com/GervaisdeM/islandora_tomcat.git
cd islandora_tomcat
export CATALINA_HOME='.'
./bin/startup.sh

Loading…
Cancel
Save