From a329d885505f2333db13a1db16fe38faa74f6fd7 Mon Sep 17 00:00:00 2001 From: Timothy Prepscius Date: Fri, 4 Oct 2013 22:59:33 -0400 Subject: [PATCH] stylistic --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34e81e3..bd8e129 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,25 @@ This documents talks about installing mailiverse from an origin to a target. To install from and build mailiverse from the origin, the origin must: -1. Have ssh keys +1. Have ssh keys: ssh-keygen -t rsa -b 4096 -2. Have git installed +2. Have git installed: sudo apt-get install git --yes -3. Have unzip installed +3. Have unzip installed: sudo apt-get install unzip --yes 4. Clone the mailiverse: git clone https://github.com/timprepscius/mailiverse.git -5. Have oracle java installed +5. Have oracle java installed: cd mailiverse/install && sudo ./setup-java.remote -6. Have ant installed +6. Have ant installed: sudo apt-get install ant --yes -7. Add lines to the hosts file for the target machine +7. Add lines to the hosts file for the target machine: sudo nano /etc/hosts add the lines: SOME-IP-ADDRESS mail.whateverthenameofyourdomainis