starting on the master setup

This commit is contained in:
Timothy Prepscius 2013-09-17 22:19:22 -04:00
parent a1c9eb4041
commit 3cd2f50242
4 changed files with 32 additions and 3 deletions

View File

@ -1 +0,0 @@
lcrypto-jdk15on-149

View File

@ -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
View 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
View 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