mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-12 04:05:10 -05:00
11 lines
241 B
Plaintext
Executable File
11 lines
241 B
Plaintext
Executable File
set -x
|
|
|
|
tar -xzvf apache-tomcat.tar.gz
|
|
ln -s apache-tomcat-* tomcat
|
|
|
|
ln -s tomcat/logs/catalina.out run.log
|
|
mv tomcat/webapps tomcat/webapps.original
|
|
mkdir tomcat/webapps
|
|
|
|
cd tomcat/webapps && ln -s ../../deploy/WebServer.war Mailiverse.war
|