Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ATZimdars committed Jun 29, 2015
1 parent 9fc2ca4 commit 54888b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auto/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ echo - Copying Files and Changing Paths -
cp -R distribution/target/*.tar.gz ../deploy
cd ../deploy && tar xvzf *.tar.gz
cp -R ../imagecat/solr4 ./solr4 && cp -R ../imagecat/tomcat7 ./tomcat7
sed -i "" s?--OODT_HOME--?${OODT_HOME}? tomcat7/conf/Catalina/localhost/solr.xml
sed -i "" s?--OODT_HOME--?${OODT_HOME}? bin/env.sh
sed -i "" s?--OODT_HOME--?${OODT_HOME}? bin/imagecatenv.sh
sed -i s?--OODT_HOME--?${OODT_HOME}? tomcat7/conf/Catalina/localhost/solr.xml
sed -i s?--OODT_HOME--?${OODT_HOME}? bin/env.sh
sed -i s?--OODT_HOME--?${OODT_HOME}? bin/imagecatenv.sh
source bin/imagecatenv.sh
cp filemgr/lib/cas-filemgr-* resmgr/lib
cp workflow/lib/cas-workflow-* resmgr/lib
Expand Down

0 comments on commit 54888b5

Please sign in to comment.