mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-16 06:05:05 -05:00
12 lines
251 B
Plaintext
Executable File
12 lines
251 B
Plaintext
Executable File
set -x
|
|
|
|
tar -xzvf apache-tomcat.tar.gz
|
|
rm tomcat
|
|
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
|