mailiverse/setup

37 lines
392 B
Plaintext
Raw Normal View History

2013-09-17 22:19:22 -04:00
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
2013-09-17 22:38:47 -04:00
./make
pushd primary
./make-self-signed-key
popd
pushd nginx
./convert-selfsigned
popd
2013-09-17 22:19:22 -04:00
popd
2013-09-17 22:38:47 -04:00
echo 'Enter the name of your site (example: joesmail.com):'
2013-09-17 22:19:22 -04:00
read site
pushd config/hosts
./make-prod $site
./make-dev $site
popd