summaryrefslogtreecommitdiffstats
path: root/sites/paste.retiolum/README.md
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-01-14 03:09:07 +0100
committermakefu <github@syntax-fehler.de>2014-01-14 03:09:07 +0100
commit1e25ca1c79333ca18c04191b2790d20b17c1a2b6 (patch)
treea698f3f14f2b9ecc346b8815bad2fdf2706330eb /sites/paste.retiolum/README.md
parentf2cd78f33d93b1a92dd8a1c41aa0f52d93b29ad2 (diff)
add paste.retiolum site
Diffstat (limited to 'sites/paste.retiolum/README.md')
-rw-r--r--sites/paste.retiolum/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/sites/paste.retiolum/README.md b/sites/paste.retiolum/README.md
new file mode 100644
index 00000000..3c634f95
--- /dev/null
+++ b/sites/paste.retiolum/README.md
@@ -0,0 +1,31 @@
+# paste.retiolum
+
+paste is a minimalistic pastebin with sprunge.us in mind.
+This paste may be a supplement to all the 'open' pastebins as the punching
+lemma applies to this installation.
+The installation always runs on a higher port (4000), to get a really short
+hostname, the host which provides this service should have a short name as well
+and have an nginx or apache which translates all request to hostname:80 to
+localhost:4000. see Nginx Configuration.
+
+# Sources
+
+- https://github.com/makefu/bump
+
+# Installation
+
+## Environment
+
+ git clone https://github.com/makefu/bump
+ useradd -a bump -m -d /opt/bump
+ cd /opt/paste
+ virtualenv .
+ pip install -r deps.txt
+
+## Nginx
+
+see etc/nginx/
+
+## Supervisor
+
+see etc/supervisor.d/