summaryrefslogtreecommitdiff
path: root/README.md
blob: 4e38987d8a1077076ccfbaf782e4934c2aa26545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
blapaste
========

Very simple pastebin clone written in PHP

Author: Joe Robinson

Source code of http://p.of.je

Usage
-----

This is a simple web site where you can paste text and access it via a 
browser. Just go to http://p.of.je, type/paste text into the form, and 
press submit. It will then take you to a page with your text on a page 
with a short URL.

Can also be used with [pastebinit](https://launchpad.net/pastebinit) ,
which should be available in the package managers of most Linux distros. 
After installing pastebinit, copy the p.of.je.conf file into 
/usr/share/pastebin.d

Pastebinit then can be used with -b p.of.je, e.g -

df -h | pastebinit -b http://p.of.je

Will copy the output of df -h to http://p.of.je, then return the URL 
where it can be viewed

Alternatively, host it yourself

Installation
============

Requirements
------------

PHP (Tested with 5.5, assumed to work with any recent version)
An HTTP Server (Tested with Apache 2.2)

Instructions
------------

Clone this repository into a directory
Configure your HTTP server so that the directory can be accessed via a 
browser
Ensure the HTTP server has write access to the directory
Navigate to the directory in your browser, then follow the usage 
instructions above