mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-16 22:25:01 -05:00
stylistic
This commit is contained in:
parent
b1c8039379
commit
a329d88550
12
README.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user