Skip to content

Commit

Permalink
Update for 4.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Jul 26, 2015
1 parent 9bb7b03 commit 2defea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions install_scripts/config
Expand Up @@ -12,8 +12,8 @@ if [ ! -d $DOWNLOAD_DIR ]; then
mkdir $DOWNLOAD_DIR
fi

FEDORA_VERSION=4.2.1-SNAPSHOT
FEDORA_TAG=4.2.1-SNAPSHOT
FEDORA_VERSION=4.3.0
FEDORA_TAG=4.3.0
# true to enable auth, false to disable it
FEDORA_AUTH=false
FEDORA_AUDIT=true
Expand Down
6 changes: 3 additions & 3 deletions install_scripts/fedora_camel_toolbox.sh
Expand Up @@ -12,13 +12,13 @@ fi

cd $HOME_DIR

if [ ! -f "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-${FEDORA_VERSION}.war" ]; then
if [ ! -f "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-rs-${FEDORA_VERSION}.war" ]; then
echo -n "Downloading Fedora Camel Toolbox..."
wget -q -O "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-${FEDORA_VERSION}.war" "https://github.com/fcrepo4-labs/fcrepo-camel-toolbox/releases/download/fcrepo-camel-toolbox-${FEDORA_TAG}/fcrepo-camel-webapp-at-is-it-${FEDORA_VERSION}.war"
wget -q -O "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-rs-${FEDORA_VERSION}.war" "https://github.com/fcrepo4-labs/fcrepo-camel-toolbox/releases/download/fcrepo-camel-toolbox-${FEDORA_TAG}/fcrepo-camel-webapp-at-is-it-rs-${FEDORA_VERSION}.war"
echo " done"
fi

cp "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-${FEDORA_VERSION}.war" /var/lib/tomcat7/webapps/fcrepo-camel-webapp.war
cp "$DOWNLOAD_DIR/fcrepo-camel-webapp-at-is-it-rs-${FEDORA_VERSION}.war" /var/lib/tomcat7/webapps/fcrepo-camel-webapp.war
chown tomcat7:tomcat7 /var/lib/tomcat7/webapps/fcrepo-camel-webapp.war

SOLR_URL_ARG="localhost:8080/solr/collection1"
Expand Down

0 comments on commit 2defea1

Please sign in to comment.