Skip to content

Commit

Permalink
bump to version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Apr 22, 2022
1 parent 6cbe979 commit 592d6d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dbsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ CRON_PASSWORD=$(pwgen 24 1)
# ./render.sh
# cd /ctsms/build/ctsms
# mvn -f web/pom.xml -Dmaven.test.skip=true
# chmod 755 /ctsms/build/ctsms/web/target/ctsms-1.8.0.war
# chmod 755 /ctsms/build/ctsms/web/target/ctsms-1.8.1.war
# systemctl stop tomcat8
# rm /var/lib/tomcat8/webapps/ROOT/ -rf
# cp /ctsms/build/ctsms/web/target/ctsms-1.8.0.war /var/lib/tomcat8/webapps/ROOT.war
# cp /ctsms/build/ctsms/web/target/ctsms-1.8.1.war /var/lib/tomcat8/webapps/ROOT.war


echo "Initial database setup complete."
Expand Down
4 changes: 2 additions & 2 deletions dbsetup.sh.bak
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ CRON_PASSWORD=$(pwgen 24 1)
# ./render.sh
# cd /ctsms/build/ctsms
# mvn -f web/pom.xml -Dmaven.test.skip=true
# chmod 755 /ctsms/build/ctsms/web/target/ctsms-1.7.0.war
# chmod 755 /ctsms/build/ctsms/web/target/ctsms-1.8.0.war
# systemctl stop tomcat8
# rm /var/lib/tomcat8/webapps/ROOT/ -rf
# cp /ctsms/build/ctsms/web/target/ctsms-1.7.0.war /var/lib/tomcat8/webapps/ROOT.war
# cp /ctsms/build/ctsms/web/target/ctsms-1.8.0.war /var/lib/tomcat8/webapps/ROOT.war


echo "Initial database setup complete."
Expand Down
2 changes: 1 addition & 1 deletion phoenix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y pwgen \
&& rm -rf /var/lib/apt/lists/*

COPY --from=javabuild /ctsms /ctsms
COPY --from=javabuild /ctsms/war/ctsms-1.8.0.war /usr/local/tomcat/webapps/ROOT.war
COPY --from=javabuild /ctsms/war/ctsms-1.8.1.war /usr/local/tomcat/webapps/ROOT.war

# prepare /ctsms directory with default-config and master-data
RUN wget -q https://raw.githubusercontent.com/phoenixctms/install-debian/master/dbtool.sh -O /ctsms/dbtool.sh
Expand Down
2 changes: 1 addition & 1 deletion phoenix/Dockerfile.bak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y pwgen \
&& rm -rf /var/lib/apt/lists/*

COPY --from=javabuild /ctsms /ctsms
COPY --from=javabuild /ctsms/war/ctsms-1.7.0.war /usr/local/tomcat/webapps/ROOT.war
COPY --from=javabuild /ctsms/war/ctsms-1.8.0.war /usr/local/tomcat/webapps/ROOT.war

# prepare /ctsms directory with default-config and master-data
RUN wget -q https://raw.githubusercontent.com/phoenixctms/install-debian/master/dbtool.sh -O /ctsms/dbtool.sh
Expand Down

0 comments on commit 592d6d5

Please sign in to comment.