Skip to content
Florian / sinnlosername edited this page Oct 19, 2016 · 13 revisions

Installation instructions for HasteBin.

Debian and derivates

  1. Install dependencies

    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 https://github.com/nodejs/node
    cd node
    ./configure
    make
    sudo make install
  3. Install and start 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

Gentoo

Use ebuild www-apps/haste-server from the CVUT Overlay (runscript included).

Cloudron

You can get a hastebin setup running quickly using Cloudron: https://cloudron.io/appstore.html#com.hastebin.cloudronapp

Clone this wiki locally