https://github.com/mnutt/limewire-remote
Rails-based remote control for limewire
https://github.com/mnutt/limewire-remote
Last synced: about 1 year ago
JSON representation
Rails-based remote control for limewire
- Host: GitHub
- URL: https://github.com/mnutt/limewire-remote
- Owner: mnutt
- License: gpl-2.0
- Created: 2009-01-20T22:18:29.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-11T19:28:24.000Z (almost 17 years ago)
- Last Synced: 2025-04-05T09:41:58.407Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://limewire.org
- Size: 5.28 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: COPYING
Awesome Lists containing this project
README
=== Welcome to LimeWire Remote
LimeWire Remote is a web-based remote control for LimeWire, the peer-to-peer
file-sharing application. It is also a platform for building ruby applications
on top of LimeWire.
== Installation
LimeWire Remote sources can be obtained using git, from github:
git clone git://github.com/mnutt/limewire-remote
Rails is included as a submodule, and needs to be pulled in:
cd limewire-remote
git submodule update --init
Next, get the special build of LimeWire:
rake lw:fetch
This is a self-contained version of limewire that includes the JRuby jar. It
stores all files in a directory next to the executable and does not interfere with
other applications or other copies of LimeWire installed on the system.
If you need to do it manually, the file is here:
http://cloud.github.com/downloads/mnutt/limewire-remote/portable-limewire.zip
It needs to be extracted into limewire-remote/bin.
== Launching
Launching LimeWire Remote is as simple as navigating to the bin/ directory and double-
clicking LimeWire, or using
open bin/LimeWire.app
LimeWire will start, and about 15 seconds after it has loaded a mongrel instance will
start listening on port 3000.
== Developing
You can run the LimeWire Remote rails app by itself, although it will not have access
to LimeWire's internals. Progress is being made to mock out the limewire.rb library
for use in stand-alone mode.
== License
LimeWire Remote is licensed under the GPL. See the included COPYING file.