From bb7f8ae69dc67861a1dd5a087e1250c860fa5ad1 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Fri, 4 Nov 2016 18:43:54 -0700
Subject: [PATCH 01/17] Add git clone method to installers
---
.idea/codeStyleSettings.xml | 3 +++
README.md | 15 +++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index a571e63f..1028340e 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -15,6 +15,9 @@
+
+
+
diff --git a/README.md b/README.md
index 666fe863..c027c465 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,24 @@ Works on most Debian and CentOS/RHEL based distributions!
### `curl -sSL https://install.pi-hole.net | bash`
-### Alternative Semi-Automated install
+### Alternative Semi-Automated Install Methods
+Clone our repository and run the automated installer from your device.
+
+```
+git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
+cd Pi-hole/automated_installer/
+(Optionally nano|vi|vim|cat the basic-install.sh file to verify the actions it will take)
+bash basic-install.sh
+```
+
+Or
+
+If you wish to read over the script before running it, then after the [`wget`](https://linux.die.net/man/1/wget) command, run `nano basic-install.sh` to open the file in a text viewer.
```bash
wget -O basic-install.sh https://install.pi-hole.net
bash basic-install.sh
```
-If you wish to read over the script before running it, then after the [`wget`](https://linux.die.net/man/1/wget) command, run `nano basic-install.sh` to open the file in a text viewer.
Once installed, [configure your router to have **DHCP clients use the Pi as their DNS server**](http://pi-hole.net/faq/can-i-set-the-pi-hole-to-be-the-dns-server-at-my-router-so-i-dont-have-to-change-settings-for-my-devices/) and then any device that connects to your network will have ads blocked without any further configuration. Alternatively, you can manually set each device to [use the Raspberry Pi as its DNS server](http://pi-hole.net/faq/how-do-i-use-the-pi-hole-as-my-dns-server/).
From e863a200e8609d6ba6eb0583587b7d61f6c69b04 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Fri, 4 Nov 2016 18:44:21 -0700
Subject: [PATCH 02/17] Remove CC badge
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c027c465..f0862141 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=3011939)](https://www.bountysource.com/trackers/3011939-pi-hole-pi-hole?utm_source=3011939&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Code Climate](https://codeclimate.com/github/pi-hole/pi-hole/badges/gpa.svg)](https://codeclimate.com/github/pi-hole/pi-hole) [![Build Status](https://travis-ci.org/pi-hole/pi-hole.svg?branch=development)](https://travis-ci.org/pi-hole/pi-hole)
+[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=3011939)](https://www.bountysource.com/trackers/3011939-pi-hole-pi-hole?utm_source=3011939&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Build Status](https://travis-ci.org/pi-hole/pi-hole.svg?branch=development)](https://travis-ci.org/pi-hole/pi-hole)
# Automated Install
From 924f499303407f79b4f57ce5948abcd13e82e1fd Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 00:18:26 -0800
Subject: [PATCH 03/17] Add DO Slug and Copy to README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index f0862141..2bbb4346 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ Send a one-time donation using our link below to provide us with a small portion
- [FAQs](https://discourse.pi-hole.net/c/faqs)
- [![Join the chat at https://gitter.im/pi-hole/pi-hole](https://badges.gitter.im/pi-hole/pi-hole.svg)](https://gitter.im/pi-hole/pi-hole?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+ [![Digital Ocean](https://gitlab.pi-hole.net/Pi-hole/assets/raw/master/DOHostingSlug.png)](http://www.digitalocean.com/?refcode=344d234950e)
+
## Technical Details
The Pi-hole is an **advertising-aware DNS/Web server**. If an ad domain is queried, a small Web page or GIF is delivered in place of the advertisement. You can also [replace ads with any image you want](http://pi-hole.net/faq/is-it-possible-to-change-the-blank-page-that-takes-place-of-the-ads-to-something-else/) since it is just a simple Webpage taking place of the ads.
From aacddb745b8a468ac43bfac7deb178ba2c14d088 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 00:38:48 -0800
Subject: [PATCH 04/17] Swap Global Image
Global image, no berry, no overlay
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2bbb4346..a2969c1d 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
## How To Install Pi-hole
-[![60-second install tutorial](http://i.imgur.com/5TEc3a6.png)](https://www.youtube.com/watch?v=TzFLJqUeirA)
+[![60-second install tutorial](https://gitlab.pi-hole.net/Pi-hole/assets/raw/master/Global.PNG)](https://www.youtube.com/watch?v=TzFLJqUeirA)
## How It Works
From 486a4929dae59ffd4224f092c15e98229e5f828b Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 00:52:15 -0800
Subject: [PATCH 05/17] Add click instructions
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a2969c1d..270c7f02 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ bash basic-install.sh
Once installed, [configure your router to have **DHCP clients use the Pi as their DNS server**](http://pi-hole.net/faq/can-i-set-the-pi-hole-to-be-the-dns-server-at-my-router-so-i-dont-have-to-change-settings-for-my-devices/) and then any device that connects to your network will have ads blocked without any further configuration. Alternatively, you can manually set each device to [use the Raspberry Pi as its DNS server](http://pi-hole.net/faq/how-do-i-use-the-pi-hole-as-my-dns-server/).
-## How To Install Pi-hole
+## How To Install Pi-hole (Click to Watch!)
[![60-second install tutorial](https://gitlab.pi-hole.net/Pi-hole/assets/raw/master/Global.PNG)](https://www.youtube.com/watch?v=TzFLJqUeirA)
From d7154714266610d64eeb9594e008020e1966544f Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 01:17:40 -0800
Subject: [PATCH 06/17] Center Global
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 270c7f02..64f169ac 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,9 @@ bash basic-install.sh
Once installed, [configure your router to have **DHCP clients use the Pi as their DNS server**](http://pi-hole.net/faq/can-i-set-the-pi-hole-to-be-the-dns-server-at-my-router-so-i-dont-have-to-change-settings-for-my-devices/) and then any device that connects to your network will have ads blocked without any further configuration. Alternatively, you can manually set each device to [use the Raspberry Pi as its DNS server](http://pi-hole.net/faq/how-do-i-use-the-pi-hole-as-my-dns-server/).
## How To Install Pi-hole (Click to Watch!)
-
-[![60-second install tutorial](https://gitlab.pi-hole.net/Pi-hole/assets/raw/master/Global.PNG)](https://www.youtube.com/watch?v=TzFLJqUeirA)
+
+
+
## How It Works
From 3ed08b5c39d1c0882eaf2047fb16026e4868d2f4 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 01:28:02 -0800
Subject: [PATCH 07/17] Add New Logo and other changes
Remove extra break
Center Badges and move DO Slug
Bump Vortex up a bit.
Last change for now.
Move things around a bit.
Pull overlay off black hole image
---
README.md | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 64f169ac..2a7df29e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,16 @@
-[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=3011939)](https://www.bountysource.com/trackers/3011939-pi-hole-pi-hole?utm_source=3011939&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Build Status](https://travis-ci.org/pi-hole/pi-hole.svg?branch=development)](https://travis-ci.org/pi-hole/pi-hole)
+
+
+
+
+
-# Automated Install
+
+
+
-Designed For Raspberry Pi A+, B, B+, 2, 3B, and Zero (with an Ethernet/Wi-Fi adapter)
-Works on most Debian and CentOS/RHEL based distributions!
+## Originally Designed For the Raspberry Pi Family of Products. Now Works on most Debian and Fedora based distributions on the x86_64 Platform!
+### Automated Install
1. Install Raspbian
2. Run the command below (downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
@@ -36,18 +42,22 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
+
+
+
+
## How It Works
**Watch the 60-second video below to get a quick overview**
-
-[![Pi-hole exlplained](http://i.imgur.com/pG1m937.png)](https://youtu.be/9Eti3xibiho)
+
+
+
## Pi-hole Is Free, But Powered By Your Donations
-Send a one-time donation using our link below to provide us with a small portion of the monthly fee.
+Send a one-time donation using our links below to help us with a small portion of our monthly costs.
- ![Paypal](http://i.imgur.com/3muNfxu.png) : [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY)
-- ![Flattr](http://i.imgur.com/ZFceFRu.png) : [Donate](https://flattr.com/submit/auto?user_id=jacobsalmela&url=https://github.com/pi-hole/pi-hole)
- ![Bitcoin](http://i.imgur.com/FIlmOMG.png) : 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
## Get Help Or Connect With Us On The Web
@@ -60,8 +70,6 @@ Send a one-time donation using our link below to provide us with a small portion
- [FAQs](https://discourse.pi-hole.net/c/faqs)
- [![Join the chat at https://gitter.im/pi-hole/pi-hole](https://badges.gitter.im/pi-hole/pi-hole.svg)](https://gitter.im/pi-hole/pi-hole?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
- [![Digital Ocean](https://gitlab.pi-hole.net/Pi-hole/assets/raw/master/DOHostingSlug.png)](http://www.digitalocean.com/?refcode=344d234950e)
-
## Technical Details
The Pi-hole is an **advertising-aware DNS/Web server**. If an ad domain is queried, a small Web page or GIF is delivered in place of the advertisement. You can also [replace ads with any image you want](http://pi-hole.net/faq/is-it-possible-to-change-the-blank-page-that-takes-place-of-the-ads-to-something-else/) since it is just a simple Webpage taking place of the ads.
From 4d9fb57e22d191cb323aa186d6d4ce4571140ae1 Mon Sep 17 00:00:00 2001
From: Jacob Salmela
Date: Tue, 8 Nov 2016 06:49:50 -0600
Subject: [PATCH 08/17] above the fold verbage
Try to let the user know in two sentences what Pi-hole can do for them.
Also, linked to Discourse hw/sw requirements.
fixed DO referral code.
---
README.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 2a7df29e..a18e1446 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,12 @@
-## Originally Designed For the Raspberry Pi Family of Products. Now Works on most Debian and Fedora based distributions on the x86_64 Platform!
+## The multi-platform, network-wide ad blocker
+
+Block ads for **all** your devices _without_ the need to install client-side software. Because Pi-hole blocks ads the DNS-level, ads can be blocked in non-traditional places such as in apps or on smart TVs.
### Automated Install
-1. Install Raspbian
+1. Install a [supported operating system](https://discourse.pi-hole.net/t/hardware-software-requirements/273/1)
2. Run the command below (downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
### `curl -sSL https://install.pi-hole.net | bash`
@@ -43,7 +45,7 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
-
+
## How It Works
From df55b2c516e6a1c77fcd836f31c7f368b3d053fd Mon Sep 17 00:00:00 2001
From: Jacob Salmela
Date: Tue, 8 Nov 2016 06:56:20 -0600
Subject: [PATCH 09/17] relocate and wordsmith donations
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index a18e1446..f81574c0 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,17 @@
Block ads for **all** your devices _without_ the need to install client-side software. Because Pi-hole blocks ads the DNS-level, ads can be blocked in non-traditional places such as in apps or on smart TVs.
+
+
+
+
+## Your Support Still Matters
+
+Digital Ocean helps with our infrastructure, but our developers are all volunteers, so *your donations are what help keep us motivated* to keep working on the project. Send a one-time donation using our links below to help us with a small portion of our monthly costs.
+
+- ![Paypal](http://i.imgur.com/3muNfxu.png) : [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY)
+- ![Bitcoin](http://i.imgur.com/FIlmOMG.png) : 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
+
### Automated Install
1. Install a [supported operating system](https://discourse.pi-hole.net/t/hardware-software-requirements/273/1)
2. Run the command below (downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
@@ -44,10 +55,6 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
-
-
-
-
## How It Works
**Watch the 60-second video below to get a quick overview**
@@ -55,13 +62,6 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
-## Pi-hole Is Free, But Powered By Your Donations
-
-Send a one-time donation using our links below to help us with a small portion of our monthly costs.
-
-- ![Paypal](http://i.imgur.com/3muNfxu.png) : [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY)
-- ![Bitcoin](http://i.imgur.com/FIlmOMG.png) : 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
-
## Get Help Or Connect With Us On The Web
- [@The_Pi_Hole](https://twitter.com/The_Pi_Hole)
From fc3d4b3defbe00ad1e198c89920a0893fb49bc5b Mon Sep 17 00:00:00 2001
From: Mcat12
Date: Tue, 8 Nov 2016 15:03:19 -0500
Subject: [PATCH 10/17] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f81574c0..b7a90a96 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Digital Ocean helps with our infrastructure, but our developers are all voluntee
### Automated Install
1. Install a [supported operating system](https://discourse.pi-hole.net/t/hardware-software-requirements/273/1)
-2. Run the command below (downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
+2. Run the command below (it downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
### `curl -sSL https://install.pi-hole.net | bash`
From 6e54cfd2ac4488f3ffd7b0f6576e684e745dd5ac Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Tue, 8 Nov 2016 15:29:30 -0800
Subject: [PATCH 11/17] Further refinements.
Trying to find a good flow for information and layout.
---
README.md | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index b7a90a96..b8e1f045 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,13 @@
## The multi-platform, network-wide ad blocker
-Block ads for **all** your devices _without_ the need to install client-side software. Because Pi-hole blocks ads the DNS-level, ads can be blocked in non-traditional places such as in apps or on smart TVs.
+Block ads for **all** your devices _without_ the need to install client-side software. The Pi-hole blocks ads the DNS-level, so all your devices are protected.
+
+- Web Browsers
+- Cell Phones
+- Smart TV's
+- Internet-connected home automation
+- Anything that communicates with the Internet
@@ -50,22 +56,26 @@ bash basic-install.sh
Once installed, [configure your router to have **DHCP clients use the Pi as their DNS server**](http://pi-hole.net/faq/can-i-set-the-pi-hole-to-be-the-dns-server-at-my-router-so-i-dont-have-to-change-settings-for-my-devices/) and then any device that connects to your network will have ads blocked without any further configuration. Alternatively, you can manually set each device to [use the Raspberry Pi as its DNS server](http://pi-hole.net/faq/how-do-i-use-the-pi-hole-as-my-dns-server/).
-## How To Install Pi-hole (Click to Watch!)
+## Installing the Pi-hole (Click to Watch!)
-## How It Works
+## How does it work?
**Watch the 60-second video below to get a quick overview**
+### Gravity
+
+The [gravity.sh](https://github.com/pi-hole/pi-hole/blob/master/gravity.sh) does most of the magic. The script pulls in ad domains from many sources and compiles them into a single list of [over 1.6 million entries](http://jacobsalmela.com/block-millions-ads-network-wide-with-a-raspberry-pi-hole-2-0) (if you decide to use the [mahakala list](https://github.com/pi-hole/pi-hole/commit/963eacfe0537a7abddf30441c754c67ca1e40965)). This script is controlled by the `pihole` command. Please run `pihole -h` to see what commands can be run via `pihole`.
+
## Get Help Or Connect With Us On The Web
-- [@The_Pi_Hole](https://twitter.com/The_Pi_Hole)
- [Discourse](https://discourse.pi-hole.net/)
+- [@The_Pi_Hole](https://twitter.com/The_Pi_Hole)
- [/r/pihole](https://www.reddit.com/r/pihole/)
- [Pi-hole YouTube channel](https://www.youtube.com/channel/UCT5kq9w0wSjogzJb81C9U0w)
- [Wiki](https://github.com/pi-hole/pi-hole/wiki/Customization)
@@ -78,11 +88,7 @@ The Pi-hole is an **advertising-aware DNS/Web server**. If an ad domain is queri
#### Other Operating Systems
-This script will work for other UNIX-like systems with some slight **modifications**. As long as you can install `dnsmasq` and a Webserver, it should work OK. The automated install is only for a clean install of a Debian family or Fedora based system, such as the Raspberry Pi. If there are other platforms you'd like supported, let us know.
-
-### Gravity
-
-The [gravity.sh](https://github.com/pi-hole/pi-hole/blob/master/gravity.sh) does most of the magic. The script pulls in ad domains from many sources and compiles them into a single list of [over 1.6 million entries](http://jacobsalmela.com/block-millions-ads-network-wide-with-a-raspberry-pi-hole-2-0) (if you decide to use the [mahakala list](https://github.com/pi-hole/pi-hole/commit/963eacfe0537a7abddf30441c754c67ca1e40965)). This script is controlled by the `pihole` command. Please run `pihole -h` to see what commands can be run via `pihole`.
+The automated install is only for a clean install of a Debian family or Fedora based system, such as the Raspberry Pi. However, this script will work for most UNIX-like systems, some with some slight **modifications** that we can help you work through. If you can install `dnsmasq` and a Webserver, it should work OK. If there are other platforms you'd like supported, let us know.
## Web Interface
From ddbcbe5458245a519641a0dba228dc4dc9ac3509 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Wed, 9 Nov 2016 12:49:18 -0800
Subject: [PATCH 12/17] Merge in git method instructions from other branch.
Move some bits around.
Start adding in logos to media links
More logos
Add BC logo
Change static images to use Asset server
Add and center control panel image
---
README.md | 54 +++++++++++++++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 25 deletions(-)
diff --git a/README.md b/README.md
index b8e1f045..bcf3af43 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
## The multi-platform, network-wide ad blocker
@@ -19,36 +19,35 @@ Block ads for **all** your devices _without_ the need to install client-side sof
- Anything that communicates with the Internet
-
+
## Your Support Still Matters
-Digital Ocean helps with our infrastructure, but our developers are all volunteers, so *your donations are what help keep us motivated* to keep working on the project. Send a one-time donation using our links below to help us with a small portion of our monthly costs.
+Digital Ocean helps with our infrastructure, but our developers are all volunteers so *your donations help keep us innovating*. Sending a donation using our links below helps us offset a portion of our monthly costs.
-- ![Paypal](http://i.imgur.com/3muNfxu.png) : [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY)
-- ![Bitcoin](http://i.imgur.com/FIlmOMG.png) : 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
+- ![Paypal](https://assets.pi-hole.net/static/paypal.png) [Donate via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY)
+- ![Bitcoin](https://assets.pi-hole.net/static/Bitcoin.png) Bitcoin Address: 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
-### Automated Install
+### One-Step Automated Install
1. Install a [supported operating system](https://discourse.pi-hole.net/t/hardware-software-requirements/273/1)
2. Run the command below (it downloads [this script](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) in case you want to read over it first!)
### `curl -sSL https://install.pi-hole.net | bash`
-### Alternative Semi-Automated Install Methods
+#### Alternative Semi-Automated Install Methods
+_If you wish to read over the script before running it, run `nano basic-install.sh` to open the file in a text viewer._
-Clone our repository and run the automated installer from your device.
+##### Clone our repository and run the automated installer from your device.
```
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd Pi-hole/automated_installer/
-(Optionally nano|vi|vim|cat the basic-install.sh file to verify the actions it will take)
bash basic-install.sh
```
-Or
+##### Or
-If you wish to read over the script before running it, then after the [`wget`](https://linux.die.net/man/1/wget) command, run `nano basic-install.sh` to open the file in a text viewer.
```bash
wget -O basic-install.sh https://install.pi-hole.net
bash basic-install.sh
@@ -58,39 +57,41 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
## Installing the Pi-hole (Click to Watch!)
-
+
-## How does it work?
+## Would you like to know more?
**Watch the 60-second video below to get a quick overview**
-
+
-### Gravity
-
-The [gravity.sh](https://github.com/pi-hole/pi-hole/blob/master/gravity.sh) does most of the magic. The script pulls in ad domains from many sources and compiles them into a single list of [over 1.6 million entries](http://jacobsalmela.com/block-millions-ads-network-wide-with-a-raspberry-pi-hole-2-0) (if you decide to use the [mahakala list](https://github.com/pi-hole/pi-hole/commit/963eacfe0537a7abddf30441c754c67ca1e40965)). This script is controlled by the `pihole` command. Please run `pihole -h` to see what commands can be run via `pihole`.
-
## Get Help Or Connect With Us On The Web
-- [Discourse](https://discourse.pi-hole.net/)
-- [@The_Pi_Hole](https://twitter.com/The_Pi_Hole)
-- [/r/pihole](https://www.reddit.com/r/pihole/)
-- [Pi-hole YouTube channel](https://www.youtube.com/channel/UCT5kq9w0wSjogzJb81C9U0w)
-- [Wiki](https://github.com/pi-hole/pi-hole/wiki/Customization)
+- [Users Forum](https://discourse.pi-hole.net/)
- [FAQs](https://discourse.pi-hole.net/c/faqs)
+- [Wiki](https://github.com/pi-hole/pi-hole/wiki/Customization)
+- ![Twitter](https://assets.pi-hole.net/static/twitter.png) [Tweet @The_Pi_Hole](https://twitter.com/The_Pi_Hole)
+- ![Reddit](https://assets.pi-hole.net/static/reddit.png) [Reddit /r/pihole](https://www.reddit.com/r/pihole/)
+- ![YouTube](https://assets.pi-hole.net/static/youtube.png) [Pi-hole channel](https://www.youtube.com/channel/UCT5kq9w0wSjogzJb81C9U0w)
- [![Join the chat at https://gitter.im/pi-hole/pi-hole](https://badges.gitter.im/pi-hole/pi-hole.svg)](https://gitter.im/pi-hole/pi-hole?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Technical Details
The Pi-hole is an **advertising-aware DNS/Web server**. If an ad domain is queried, a small Web page or GIF is delivered in place of the advertisement. You can also [replace ads with any image you want](http://pi-hole.net/faq/is-it-possible-to-change-the-blank-page-that-takes-place-of-the-ads-to-something-else/) since it is just a simple Webpage taking place of the ads.
+### Gravity
+
+The [gravity.sh](https://github.com/pi-hole/pi-hole/blob/master/gravity.sh) does most of the magic. The script pulls in ad domains from many sources and compiles them into a single list of [over 1.6 million entries](http://jacobsalmela.com/block-millions-ads-network-wide-with-a-raspberry-pi-hole-2-0) (if you decide to use the [mahakala list](https://github.com/pi-hole/pi-hole/commit/963eacfe0537a7abddf30441c754c67ca1e40965)). This script is controlled by the `pihole` command. Please run `pihole -h` to see what commands can be run via `pihole`.
+
+
+
#### Other Operating Systems
The automated install is only for a clean install of a Debian family or Fedora based system, such as the Raspberry Pi. However, this script will work for most UNIX-like systems, some with some slight **modifications** that we can help you work through. If you can install `dnsmasq` and a Webserver, it should work OK. If there are other platforms you'd like supported, let us know.
-## Web Interface
+### Web Interface
The [Web interface](https://github.com/jacobsalmela/AdminLTE#pi-hole-admin-dashboard) will be installed automatically so you can view stats and change settings. You can find it at:
@@ -100,7 +101,10 @@ The [Web interface](https://github.com/jacobsalmela/AdminLTE#pi-hole-admin-dashb
### Whitelist and blacklist
-Domains can be whitelisted and blacklisted using either the web interface or the command line. See [the wiki page](https://github.com/pi-hole/pi-hole/wiki/Whitelisting-and-Blacklisting) for more details ![Whitelist editor in the Web interface](http://i.imgur.com/ogu2ewg.png)
+Domains can be whitelisted and blacklisted using either the web interface or the command line. See [the wiki page](https://github.com/pi-hole/pi-hole/wiki/Whitelisting-and-Blacklisting) for more details
+
+
+
## API
From eb22ca24673a8516db98185ef183f5df039f53a0 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Fri, 11 Nov 2016 11:55:28 -0800
Subject: [PATCH 13/17] Reset Code Stylings to group defalut
---
.idea/codeStyleSettings.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index 1028340e..8de25c7c 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -15,11 +15,8 @@
-
-
-
-
\ No newline at end of file
+
From 7424a2996010dfdb90fb4c95003f6a9ebde0a292 Mon Sep 17 00:00:00 2001
From: Mcat12
Date: Sat, 19 Nov 2016 16:53:11 -0500
Subject: [PATCH 14/17] Update wiki link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bcf3af43..35d1649a 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Once installed, [configure your router to have **DHCP clients use the Pi as thei
- [Users Forum](https://discourse.pi-hole.net/)
- [FAQs](https://discourse.pi-hole.net/c/faqs)
-- [Wiki](https://github.com/pi-hole/pi-hole/wiki/Customization)
+- [Wiki](https://github.com/pi-hole/pi-hole/wiki)
- ![Twitter](https://assets.pi-hole.net/static/twitter.png) [Tweet @The_Pi_Hole](https://twitter.com/The_Pi_Hole)
- ![Reddit](https://assets.pi-hole.net/static/reddit.png) [Reddit /r/pihole](https://www.reddit.com/r/pihole/)
- ![YouTube](https://assets.pi-hole.net/static/youtube.png) [Pi-hole channel](https://www.youtube.com/channel/UCT5kq9w0wSjogzJb81C9U0w)
From 5dbbf91917171a51a10e36116114c0511daf8b49 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Sat, 19 Nov 2016 15:08:35 -0800
Subject: [PATCH 15/17] Link to AdminLTE
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 35d1649a..66e0c250 100644
--- a/README.md
+++ b/README.md
@@ -93,11 +93,11 @@ The automated install is only for a clean install of a Debian family or Fedora b
### Web Interface
-The [Web interface](https://github.com/jacobsalmela/AdminLTE#pi-hole-admin-dashboard) will be installed automatically so you can view stats and change settings. You can find it at:
+The [Web interface](https://github.com/pi-hole/AdminLTE#pi-hole-admin-dashboard) will be installed automatically so you can view stats and change settings. You can find it at:
`http://192.168.1.x/admin/index.php` or `http://pi.hole/admin`
-![Pi-hole Advanced Stats Dashboard](http://i.imgur.com/gTq2GbS.png)
+![Pi-hole Advanced Stats Dashboard](https://assets.pi-hole.net/static/dashboard.png)
### Whitelist and blacklist
From 41bb53a29f1edf2612609905b6359596a1610d98 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Sun, 20 Nov 2016 09:42:45 -0800
Subject: [PATCH 16/17] Remove CC Badge, Link Vortex to Discourse
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 66e0c250..88e37552 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
-
-
+
## The multi-platform, network-wide ad blocker
From 0fc8ac8d4d1f7ca5835972f9547b587593174dd6 Mon Sep 17 00:00:00 2001
From: Dan Schaper
Date: Sun, 20 Nov 2016 09:44:39 -0800
Subject: [PATCH 17/17] Codacy Badge for Master
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 88e37552..24edd34c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@