Skip to content
Snippets Groups Projects
Commit 19eb80d5 authored by buczekp's avatar buczekp
Browse files

made cifex sprint install script work

SVN: 13350
parent af5600f2
No related branches found
No related tags found
No related merge requests found
......@@ -20,16 +20,22 @@ ln -s $NEW cifex
cd cifex
wget $INSTALL_URL
unzip cifex-*.zip
OLD_INSTALL=../../old/$PREV/jetty
OLD_INSTALL=~/old/$PREV/jetty
cd cifex
cp $OLD_INSTALL/etc/service.properties .
cp $OLD_INSTALL/etc/keystore .
cp $OLD_INSTALL/etc/jetty.xml .
./install.sh ..
cp $OLD_INSTALL/etc/jetty.properties ../jetty/etc/
cp $OLD_INSTALL/etc/triggers.txt ../jetty/etc/
cp $OLD_INSTALL/dssTrigger.properties ../jetty/
cd ../jetty
cp $OLD_INSTALL/etc/jetty.properties etc/
cp $OLD_INSTALL/etc/triggers.txt etc/
cp $OLD_INSTALL/dssTrigger.properties .
cd ..
rm -fr cifex
jetty/bin/startup.sh
\ No newline at end of file
jetty/bin/startup.sh
cd ~/
Echo "Now restart Datastore if needed"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment