From bae3029c639bf6f9469dd93bfedc3dce0d8510d7 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 16:12:05 -0700 Subject: merge madness --- doc/debian_install.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/debian_install.bb') diff --git a/doc/debian_install.bb b/doc/debian_install.bb index f441025ae..f4e901dc6 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -29,4 +29,4 @@ To install Red for domain example.com, after the initial server setup run [code]bash setup-debian.sh red example.com[/code] -Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] +#include doc/macros/main_footer.bb; -- cgit v1.2.3 From b27790302b104df7e788077e7a046561f072e762 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 22 Oct 2014 23:13:17 +0100 Subject: Doco - politics, unwritten pages, links, and stuff. Nothing major. --- doc/debian_install.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/debian_install.bb') diff --git a/doc/debian_install.bb b/doc/debian_install.bb index f4e901dc6..866ee8e9f 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -1,7 +1,7 @@ [b]Installing On Debian[/b] While following the instructions for any other installation will work on Debian, for this platform we also provide an install script -which can be [zrl=http://beardyunixer.com:1234/?p=debian-install-script.git;a=tree]downloaded here[/zrl] +which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded here[/url] [b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b] @@ -17,7 +17,7 @@ For the initial setup git may not be installed on your server, to install git: If wget is installed try -[code]wget "http://beardyunixer.com:1234/?p=debian-install-script.git;a=blob_plain;f=debian-setup.sh;hb=HEAD" -O debian-setup.sh[/code] +[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code] To install wget: [code]apt-get install wget[/code] -- cgit v1.2.3 From fbd027709aba1fc3de3bbeede32c65fb26a00b21 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 31 Oct 2014 01:13:56 +0000 Subject: Debian doco - no longer uses dropbear. --- doc/debian_install.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/debian_install.bb') diff --git a/doc/debian_install.bb b/doc/debian_install.bb index 866ee8e9f..e8f4a7bd3 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -7,7 +7,7 @@ which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded h Some programs such as Apache & Samba are removed by this script. -Note, this script will use Nginx as the webserver, and dropbear for ssh. It will also install PHP and MySQL from the DotDeb repository. The DotDeb is not an official Debian repository, though it is maintained by Debian developers. +Note, this script will use Nginx as the webserver. It will also install PHP and MySQL from the DotDeb repository. The DotDeb is not an official Debian repository, though it is maintained by Debian developers. The file setup-debian.sh has to be on your server. @@ -17,7 +17,7 @@ For the initial setup git may not be installed on your server, to install git: If wget is installed try -[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code] +[code]wget http://git.beardyunixer.com/debian-install-script/blob/HEAD:/debian-setup.sh[/code] To install wget: [code]apt-get install wget[/code] -- cgit v1.2.3