From df1b7e852a4e1ea8dd9756c32c497247be370153 Mon Sep 17 00:00:00 2001 From: Ashex1 Date: Fri, 17 Jan 2014 09:28:33 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/Home.md b/Home.md index c613a15..cb54862 100644 --- a/Home.md +++ b/Home.md @@ -1,32 +1,6 @@ Welcome to the haste-server wiki! -Installation instructions for HasteBin: (the linux edition) - -1. Install dependancies -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -sudo apt-get install g++ curl libssl-dev apache2-utils -sudo apt-get install git-core -sudo apt-get install redis-server -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -2. Install node.js -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -git clone git://github.com/joyent/node.git -cd node -./configure -make -sudo make install -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - -3. Install hastebin -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -git clone git://github.com/seejohnrun/haste-server.git -cd haste-server -npm install -npm install hiredis #optional -npm start -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -And you should have hastebin! -Note: It will run on port 7777 by default \ No newline at end of file +* [Installation](Installation) +* Automatic Startup + * [Systemd unit](Systemd Unit for haste server) + * [Sysinit init.d](init\.d script for haste server)