mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
add warnings about using a fresh machine because I wont support installing this on an existing machine
This commit is contained in:
parent
ef40f9247d
commit
52fe6922ee
@ -27,6 +27,7 @@ This setup is what has been powering my own personal email since September 2013.
|
|||||||
|
|
||||||
Please see the initial and very barebones [Documentation](docs/index.md) for more information on how to set up a Mail-in-a-Box. But in short, it's like this:
|
Please see the initial and very barebones [Documentation](docs/index.md) for more information on how to set up a Mail-in-a-Box. But in short, it's like this:
|
||||||
|
|
||||||
|
# do this on a fresh install of Ubuntu 14.04 only!
|
||||||
sudo apt-get install -y git
|
sudo apt-get install -y git
|
||||||
git clone https://github.com/joshdata/mailinabox
|
git clone https://github.com/joshdata/mailinabox
|
||||||
cd mailinabox
|
cd mailinabox
|
||||||
|
@ -29,7 +29,7 @@ All command-line instructions below assume you've logged into your machine with
|
|||||||
Configuring the Server
|
Configuring the Server
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
After logging into your server with SSH and becoming root, type the following in the console:
|
After logging into your *new* server with SSH and becoming root, type the following in the console:
|
||||||
|
|
||||||
sudo apt-get install -y git
|
sudo apt-get install -y git
|
||||||
git clone https://github.com/joshdata/mailinabox
|
git clone https://github.com/joshdata/mailinabox
|
||||||
@ -39,6 +39,8 @@ Now you've got the Mail-in-a-Box source code stored on your server. The next com
|
|||||||
|
|
||||||
sudo scripts/start.sh
|
sudo scripts/start.sh
|
||||||
|
|
||||||
|
*(Just a reminder, do this on a fresh Ubuntu 14.04 machine only! If you're reusing an existing server, unpredictable things may happen.)*
|
||||||
|
|
||||||
You will be asked to enter the hostname you chose and the public IP address of the server as assigned by your ISP.
|
You will be asked to enter the hostname you chose and the public IP address of the server as assigned by your ISP.
|
||||||
|
|
||||||
After that you'll see a lot of output as system programs are installed and configured.
|
After that you'll see a lot of output as system programs are installed and configured.
|
||||||
|
Loading…
Reference in New Issue
Block a user