Updated Installation (markdown)
parent
1da1535960
commit
3b36f5c5b3
|
@ -1,4 +1,5 @@
|
||||||
Installation instructions for HasteBin: (the linux edition)
|
Installation instructions for HasteBin: (the linux edition)
|
||||||
|
|
||||||
1. Install dependancies
|
1. Install dependancies
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
sudo apt-get install g++ curl libssl-dev apache2-utils
|
sudo apt-get install g++ curl libssl-dev apache2-utils
|
||||||
|
@ -15,9 +16,9 @@ make
|
||||||
sudo make install
|
sudo make install
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
3. Install hastebin
|
3. Install hastebin
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
git clone git://github.com/seejohnrun/haste-server.git
|
git clone git://github.com/seejohnrun/haste-server.git
|
||||||
cd haste-server
|
cd haste-server
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in New Issue