Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cd conf; rm tomcat-users.xml; wget https://raw.githubusercontent.com/ahalterman/CLIFF-up/master/tomcat-users.xml
$CATALINA_HOME/bin/startup.sh

cd; wget https://github.com/c4fcm/CLIFF/releases/download/v2.1.1/CLIFF-2.1.1.war
mv CLIFF-2.1.1.war /usr/local/tomcat/webapps/
CLIFF_VERSION=2.3.0
cd; wget https://github.com/c4fcm/CLIFF/releases/download/v${CLIFF_VERSION}/CLIFF-${CLIFF_VERSION}.war
mv CLIFF-${CLIFF_VERSION}.war /usr/local/tomcat/webapps/

apt-get install -y git openjdk-7-jdk openjdk-7-doc openjdk-7-jre-lib maven
cd; git clone https://github.com/Berico-Technologies/CLAVIN.git
Expand Down