mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-12 04:05:10 -05:00
12 lines
318 B
Plaintext
Executable File
12 lines
318 B
Plaintext
Executable File
set -x
|
|
|
|
wget http://apache.mirrors.pair.com//james/apache-james/3.0beta4/apache-james-3.0-beta4-app.tar.gz
|
|
tar xzvf apache-james-3.0-beta4-app.tar.gz
|
|
|
|
ln -s apache-james-3.0-beta4 apache-james
|
|
cd apache-james
|
|
mv conf conf-original
|
|
ln -s ../apache-james-conf conf
|
|
|
|
echo The final pieces will be installed during deploy
|