mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 21:25:05 -05:00
10 lines
400 B
Plaintext
Executable File
10 lines
400 B
Plaintext
Executable File
wget http://mirror.sdunix.com/apache/tomcat/tomcat-7/v7.0.42/bin/apache-tomcat-7.0.42.tar.gz
|
|
ln -s apache-tomcat-7.0.42.tar.gz apache-tomcat.tar.gz
|
|
tar -xzf apache-tomcat-7.0.42.tar.gz
|
|
rm apache-tomcat
|
|
ln -fs apache-tomcat-7.0.42 apache-tomcat
|
|
|
|
wget --no-check-certificate https://google-web-toolkit.googlecode.com/files/gwt-2.5.1.zip
|
|
unzip gwt-2.5.1.zip -x */samples/* */doc/*
|
|
ln -fs gwt-2.5.1 gwt
|