Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/upaste

RETIRED. See pastebin.com or any other online pasting tool.
https://github.com/bostrt/upaste

Last synced: 19 days ago
JSON representation

RETIRED. See pastebin.com or any other online pasting tool.

Awesome Lists containing this project

README

        

uPaste
======
See [Pastebin](http://pastebin.com/) or any other online pasting tool. This one is special because you can easily download and run you own local version of it from your computer. This is especially good for paranoid people or someone working in a corporate environment where sharing code via a world visible pasting tool is a bad idea.

use
===
Download the .jar file from [here](https://github.com/downloads/bostrt/upaste/uPaste-local.jar). Run with `java -jar uPaste-local.jar`.

build
=====
For now, simply clone this repository and run `mvn clean install -Dpublic=true` to build. The .jar will be in the target/ directory. Run `java -jar uPaste-jar-with-dependencies.jar` and navigate to localhost:4567.