mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-21 00:15:01 -05:00
39 lines
346 B
Plaintext
Executable File
39 lines
346 B
Plaintext
Executable File
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 '
|
|
*************
|
|
|
|
setup part 1 has finished, please run setup part 2.
|
|
|
|
*************
|
|
'
|
|
|