some doc changes

This commit is contained in:
Timothy Prepscius 2013-10-05 12:46:29 -04:00
parent 819882d9b0
commit 21fe6a5c61
5 changed files with 22 additions and 5 deletions

View File

@ -20,7 +20,7 @@ sudo apt-get install unzip --yes
git clone https://github.com/timprepscius/mailiverse.git
5. Have oracle java installed:
cd mailiverse/install && sudo ./setup-java.remote
(cd mailiverse/install && sudo ./setup-java.remote)
6. Have ant installed:
sudo apt-get install ant --yes
@ -31,7 +31,8 @@ So let's say your target machine was named: joesmail.com
And it's IP was: 192.168.1.243
sudo nano /etc/hosts
add the lines:
add the line:
192.168.1.243 mail.joesmail.com
This could also be done on a DNS server, if you control one..

View File

@ -30,7 +30,9 @@ popd
echo '
*************
ok please run setup 2
setup part 1 has finished, please run setup part 2.
*************
'

View File

@ -63,9 +63,9 @@ read dummy2
./setup-server $target
echo '
Hopefully that went well.....
Please run the next setup script
Setup part 2 has finished, please run setup part 3.
'
popd

View File

@ -1,3 +1,8 @@
cd build
./compile-all
echo '
setup part 3 has finished, please run setup part 4.
'

View File

@ -1,2 +1,11 @@
cd deploy
./deploy-all
echo '
Setup part 4 has finished. The target machine should now have a functioning system.
please https://mail.yourmachine/ to check.
'