aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debian_install.bb
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-24 20:34:51 +1100
committerfriendica <info@friendica.com>2014-02-24 20:34:51 +1100
commitb2dc95f383c19b8a182875492f50ad5cb32256ab (patch)
tree300e73e91fe855b1d07c7110921455ef82c38b11 /doc/debian_install.bb
parent2ccff45221905981c6942f1f3064d477113e959e (diff)
parent5cc70f75a43438ad77542adf025d0ac3063b909b (diff)
downloadvolse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.tar.gz
volse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.tar.bz2
volse-hubzilla-b2dc95f383c19b8a182875492f50ad5cb32256ab.zip
Merge pull request #335 from beardy-unixer/master
Import doco from docs@friendicared.net
Diffstat (limited to 'doc/debian_install.bb')
-rw-r--r--doc/debian_install.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/debian_install.bb b/doc/debian_install.bb
new file mode 100644
index 000000000..b2e74fdde
--- /dev/null
+++ b/doc/debian_install.bb
@@ -0,0 +1,29 @@
+[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=https://friendicared.net/cloud/docs/debian-setup.sh]downloaded here[/zrl]
+
+[b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b]
+
+Some programs such as Apache &amp; 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.
+
+The file setup-debian.sh has to be on your server.
+
+For the initial setup git may not be installed on your server, to install git:
+
+[code]apt-get install git[/code]
+
+If wget is installed try
+
+[code]wget --no-check-certificate --timestamping [zrl=https://friendicared.net/cloud/docs/setup-debian.sh]https://friendicared.net/cloud/docs/debian-setup.sh[/zrl][/code]
+
+To install wget:
+[code]apt-get install wget[/code]
+
+For intitial server setup run
+[code]bash setup-debian.sh all[/code]
+
+To install Red for domain example.com, after the initial server setup run
+
+[code]bash setup-debian.sh red example.com[/code] \ No newline at end of file