mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
37 lines
314 B
Plaintext
37 lines
314 B
Plaintext
|
pushd ext
|
||
|
./setup
|
||
|
popd
|
||
|
|
||
|
pushd java/ext
|
||
|
./setup-bc
|
||
|
popd
|
||
|
|
||
|
pushd build
|
||
|
./compile-java
|
||
|
./exportTools
|
||
|
popd
|
||
|
|
||
|
pushd passwords
|
||
|
./make
|
||
|
popd
|
||
|
|
||
|
pushd keys
|
||
|
./make
|
||
|
|
||
|
pushd primary
|
||
|
./make-self-signed-key
|
||
|
popd
|
||
|
|
||
|
pushd nginx
|
||
|
./convert-selfsigned
|
||
|
popd
|
||
|
popd
|
||
|
|
||
|
|
||
|
echo '
|
||
|
*************
|
||
|
ok please run setup 2
|
||
|
*************
|
||
|
'
|
||
|
|