|
|
|
@ -8,8 +8,8 @@ cd $HOME
|
|
|
|
|
git clone git://github.com/Islandora/tuque.git |
|
|
|
|
git clone -b $FEDORA_VERSION git://github.com/qadan/islandora_tomcat.git |
|
|
|
|
cd islandora_tomcat |
|
|
|
|
export CATALINA_HOME='.' |
|
|
|
|
export FEDORA_HOME='/home/travis/islandora_tomcat/fedora' |
|
|
|
|
export CATALINA_HOME=`pwd` |
|
|
|
|
export FEDORA_HOME='$CATALINA_HOME/fedora' |
|
|
|
|
./bin/startup.sh |
|
|
|
|
cd $HOME |
|
|
|
|
pear upgrade --force Console_Getopt |
|
|
|
|