1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-10-16 12:21:21 +00:00

Updated Home (markdown)

Ashex1 2014-01-17 09:28:33 -08:00
parent 5fdb359754
commit df1b7e852a

34
Home.md

@ -1,32 +1,6 @@
Welcome to the haste-server wiki! Welcome to the haste-server wiki!
Installation instructions for HasteBin: (the linux edition) * [Installation](Installation)
* Automatic Startup
1. Install dependancies * [Systemd unit](Systemd Unit for haste server)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * [Sysinit init.d](init\.d script for haste server)
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