Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an Open Source pastebin? [closed]

Frequently I write wiki pages or set up configuration files that I need to share with other developers. Are there any pastebin clones out there that you can install in your own network and if not? how do you manage code snippets or configurations you wish to share with other developers in your company where source control may be overkill?

like image 394
James Avatar asked Sep 10 '25 20:09

James


2 Answers

There is stikked. A simple and powerfull open-source pastebin, using PHP.

You can check it at "stikked.com" and you can download the source from http://code.google.com/p/stikked.

There's a bugfixed/improved version: https://github.com/claudehohl/Stikked

like image 179
utdemir Avatar answered Sep 13 '25 14:09

utdemir


There's also "haste server" (https://github.com/seejohnrun/haste-server), which has a public version hosted at hastebin.com that you can try out.

like image 28
nonbeing Avatar answered Sep 13 '25 15:09

nonbeing