more setup

This commit is contained in:
Timothy Prepscius 2013-09-28 19:36:45 -04:00
parent 5c178f7bf2
commit af9c3b0520
2 changed files with 39 additions and 2 deletions

36
setup-1-dependencies Executable file
View 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
*************
'

View File

@ -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