From fc5a61d899146ad5ad68dfd7c3bfef3f0d431eab Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 16 Aug 2014 13:19:22 +0000 Subject: [PATCH] s/joshdata/mailinabox/ due to repo moving to the org account --- guide.html | 8 ++++---- index.html | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/guide.html b/guide.html index d137371d..1d14937c 100644 --- a/guide.html +++ b/guide.html @@ -116,7 +116,7 @@ - Fork me on GitHub + Fork me on GitHub
@@ -269,7 +269,7 @@

Setting Up The Box

-

Clone our github repo https://github.com/JoshData/mailinabox, cd to the directory, and run setup/start.sh.

+

Clone our github repo https://github.com/mail-in-a-box/mailinabox, cd to the directory, and run setup/start.sh.

You will now have to log into your running box using SSH. Your cloud provider will probably give you some instructions on how to do that. If your personal computer has a command line, you'll be doing something like this:

@@ -278,7 +278,7 @@

Once inside, you will now get the Mail-in-a-Box code onto your box. Type:

sudo apt-get install -y git
-git clone https://github.com/joshdata/mailinabox
+git clone https://github.com/mail-in-a-box/mailinabox
 cd mailinabox

And then start the setup process:

@@ -459,7 +459,7 @@ sudo setup/start.sh
  • SSL: ssllabs.com
  • -

    There are also Python scripts in the tests/ directory on GitHub for automated testing.

    +

    There are also Python scripts in the tests/ directory on GitHub for automated testing.

    diff --git a/index.html b/index.html index 98f31925..3ae4ed37 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,7 @@
    - Fork me on GitHub + Fork me on GitHub
    @@ -128,7 +128,7 @@
    sudo apt-get install vagrant git
    -git clone https://github.com/joshdata/mailinabox
    +git clone https://github.com/mail-in-a-box/mailinabox
     cd mailinabox
     
     vagrant up
    @@ -144,7 +144,7 @@ sudo management/whats_next.py

    Log into your competely fresh Ubuntu machine using SSH, then type: