mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-21 08:25:00 -05:00
some doc changes
This commit is contained in:
parent
819882d9b0
commit
21fe6a5c61
@ -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..
|
||||
|
@ -30,7 +30,9 @@ popd
|
||||
|
||||
echo '
|
||||
*************
|
||||
ok please run setup 2
|
||||
|
||||
setup part 1 has finished, please run setup part 2.
|
||||
|
||||
*************
|
||||
'
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
cd build
|
||||
./compile-all
|
||||
|
||||
echo '
|
||||
|
||||
setup part 3 has finished, please run setup part 4.
|
||||
|
||||
'
|
||||
|
@ -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.
|
||||
|
||||
'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user