mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-22 13:28:48 -05:00
starting on the master setup
This commit is contained in:
parent
a1c9eb4041
commit
3cd2f50242
@ -1 +0,0 @@
|
||||
lcrypto-jdk15on-149
|
@ -10,7 +10,7 @@
|
||||
<property name="Mailiverse.Core.location" value="../../core"/>
|
||||
<property name="Mailiverse.Mail-WebServer.location" value="../../webserver"/>
|
||||
<property name="ECLIPSE_HOME" value="../../../../../Desktop/eclipse"/>
|
||||
<property name="Mailiverse.Ext.BouncyCastle.location" value="../lcrypto-jdk15on-148"/>
|
||||
<property name="Mailiverse.Ext.BouncyCastle.location" value="../bouncycastle"/>
|
||||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
<property name="target" value="1.6"/>
|
||||
<property name="source" value="1.6"/>
|
||||
|
4
java/ext/setup.bc → java/ext/setup-bc
Normal file → Executable file
4
java/ext/setup.bc → java/ext/setup-bc
Normal file → Executable file
@ -2,6 +2,8 @@ set -x
|
||||
|
||||
wget http://www.bouncycastle.org/download/lcrypto-jdk15on-149.tar.gz
|
||||
tar xzf lcrypto-jdk15on-*.tar.gz
|
||||
ln -fs lcrypto-jdk15on-* bc-project
|
||||
|
||||
rm bc-project
|
||||
ln -fs lcrypto-jdk15on-*/ bc-project
|
||||
|
||||
./make-bc-packaged
|
28
setup
Executable file
28
setup
Executable file
@ -0,0 +1,28 @@
|
||||
pushd ext
|
||||
tar -xzf apache-tomcat.tar.gz
|
||||
popd
|
||||
|
||||
pushd java/ext
|
||||
./setup-bc
|
||||
popd
|
||||
|
||||
pushd build
|
||||
./compile-java
|
||||
popd
|
||||
|
||||
pushd passwords
|
||||
./make
|
||||
popd
|
||||
|
||||
pushd keys
|
||||
./make
|
||||
popd
|
||||
|
||||
echo Enter the name of your site:
|
||||
read site
|
||||
|
||||
pushd config/hosts
|
||||
./make-prod $site
|
||||
./make-dev $site
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user