-
Notifications
You must be signed in to change notification settings - Fork 802
Installation
hawkfalcon edited this page Mar 7, 2013
·
13 revisions
Installation instructions for HasteBin: (the linux edition)
- Install dependancies
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
sudo apt-get install redis-server
- Install node.js
git clone git://github.com/joyent/node.git
cd node
./configure
make
sudo make install
- 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