mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-25 01:52:15 -05:00
37 lines
370 B
Plaintext
Executable File
37 lines
370 B
Plaintext
Executable File
pushd ext
|
|
./setup
|
|
popd
|
|
|
|
pushd java/ext
|
|
./setup-bc
|
|
popd
|
|
|
|
pushd build
|
|
./compile-java
|
|
popd
|
|
|
|
pushd passwords
|
|
./make
|
|
popd
|
|
|
|
pushd keys
|
|
./make
|
|
|
|
pushd primary
|
|
./make-self-signed-key
|
|
popd
|
|
|
|
pushd nginx
|
|
./convert-selfsigned
|
|
popd
|
|
popd
|
|
|
|
echo 'Enter the name of your site (example: joesmail.com):'
|
|
read site
|
|
|
|
pushd config/hosts
|
|
./make-prod $site
|
|
./make-dev $site
|
|
popd
|
|
|