Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bostrt/upaste
- Owner: bostrt
- Created: 2012-09-13T03:41:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T21:37:33.000Z (almost 12 years ago)
- Last Synced: 2024-10-30T00:00:49.583Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.7 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.