branding
This commit is contained in:
parent
9dc665e7cd
commit
48bbdd9999
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>this is a mailinabox</title>
|
<title>this is a mail-in-a-box</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>this is a mailinabox</h1>
|
<h1>this is a mail-in-a-box</h1>
|
||||||
<p><a href="https://github.com/JoshData/mailinabox">https://github.com/JoshData/mailinabox</a></p>
|
<p><a href="https://github.com/JoshData/mailinabox">https://github.com/JoshData/mailinabox</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,7 +4,7 @@ Documentation
|
||||||
Before You Begin
|
Before You Begin
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* Decide what **hostname** you'll use for your new Mail in a Box. You may want to buy a domain name from your favorite registrar now. For the most flexibility, assign a subdomain to your box. For instance, my domain name is `occams.info` (my email address is something`@occams.info`), so I've assigned `box.occams.info` as the hostname for my Mail in a Box.
|
* Decide what **hostname** you'll use for your new Mail-in-a-Box. You may want to buy a domain name from your favorite registrar now. For the most flexibility, assign a subdomain to your box. For instance, my domain name is `occams.info` (my email address is something`@occams.info`), so I've assigned `box.occams.info` as the hostname for my Mail-in-a-Box.
|
||||||
|
|
||||||
Get a Server
|
Get a Server
|
||||||
------------
|
------------
|
||||||
|
@ -35,7 +35,7 @@ After logging into your server with SSH and becoming root, type the following in
|
||||||
git clone https://github.com/tauberer/mailinabox
|
git clone https://github.com/tauberer/mailinabox
|
||||||
cd mailinabox
|
cd mailinabox
|
||||||
|
|
||||||
Now you've got the Mail in a Box source code stored on your server. The next command starts the automatic configuration of the server:
|
Now you've got the Mail-in-a-Box source code stored on your server. The next command starts the automatic configuration of the server:
|
||||||
|
|
||||||
sudo scripts/start.sh
|
sudo scripts/start.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue