mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
more setup
This commit is contained in:
parent
5c178f7bf2
commit
af9c3b0520
36
setup-1-dependencies
Executable file
36
setup-1-dependencies
Executable file
@ -0,0 +1,36 @@
|
|||||||
|
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
|
||||||
|
*************
|
||||||
|
'
|
||||||
|
|
@ -34,9 +34,10 @@ echo 'OK, starting:'
|
|||||||
echo $rootuser > install/requirements/server_root_account
|
echo $rootuser > install/requirements/server_root_account
|
||||||
(cd install/requirements && ./get_rsa_pub)
|
(cd install/requirements && ./get_rsa_pub)
|
||||||
|
|
||||||
echo '
|
echo "
|
||||||
I am now going to enable passwordless login on the $target INSTALL computer
|
I am now going to enable passwordless login on the $target INSTALL computer
|
||||||
You will need to enter the password
|
You will need to enter the password"
|
||||||
|
echo '
|
||||||
Press <return> to start
|
Press <return> to start
|
||||||
';
|
';
|
||||||
read dummy
|
read dummy
|
||||||
|
Loading…
Reference in New Issue
Block a user