github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

miyagawa / remedie

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 126
    • 9
  • Source
  • Commits
  • Network (9)
  • Issues (114)
  • Downloads (61)
  • Wiki (3)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (8)
    • anyevent
    • comet
    • js-ext
    • master ✓
    • nicovideo-embed
    • webhook
    • zeroclipboard
    • zflow
  • Tags (45)
    • 0.6.21
    • 0.6.20
    • 0.6.19
    • 0.6.18
    • 0.6.17
    • 0.6.16
    • 0.6.15
    • 0.6.14
    • 0.6.13
    • 0.6.12
    • 0.6.11
    • 0.6.10
    • 0.6.9
    • 0.6.8
    • 0.6.7
    • 0.6.6
    • 0.6.5
    • 0.6.4
    • 0.6.3
    • 0.6.2
    • 0.6.1
    • 0.6.0
    • 0.5.9
    • 0.5.8
    • 0.5.7
    • 0.5.6
    • 0.5.5
    • 0.5.4
    • 0.5.3
    • 0.5.2
    • 0.5.1
    • 0.5.0
    • 0.4.7
    • 0.4.6
    • 0.4.5
    • 0.4.4
    • 0.4.3
    • 0.4.2
    • 0.4.1
    • 0.4.0
    • 0.3.4
    • 0.3.3
    • 0.3.2
    • 0.3.1
    • 0.3.0
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

perl based pluggable media center application — Read more

  cancel

http://remediecode.org/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Release 0.6.21 
Tatsuhiko Miyagawa (author)
Sun Nov 15 16:08:41 -0800 2009
commit  a9fda00fcc3957a52c497ccd5b139a939f238b68
tree    7a7cc19deee2a6ecfb00d5f1c90b0ac5ec519985
parent  7e225c0e52d8543f8164a2985e9e20584a101f17
remedie /
name age
history
message
file .gitignore Sun Jul 19 18:54:16 -0700 2009 Added nytprof to gitignore [Tatsuhiko Miyagawa]
file .shipit Sat Nov 01 11:54:04 -0700 2008 import [Tatsuhiko Miyagawa]
file Changes Sun Nov 15 16:08:41 -0800 2009 Release 0.6.21 [Tatsuhiko Miyagawa]
file HACKING Tue Mar 17 13:03:48 -0700 2009 remove the perl deps check hack from HACKING [Tatsuhiko Miyagawa]
file MANIFEST Sat Jul 18 20:36:19 -0700 2009 remove useless perlcritic test [Tatsuhiko Miyagawa]
file MANIFEST.SKIP Thu Jul 02 03:14:41 -0700 2009 rename README.mkdn to README.md [Tatsuhiko Miyagawa]
file Makefile.PL Sat Aug 15 19:36:43 -0700 2009 change how to detect author mode [Tatsuhiko Miyagawa]
file README.md Thu Jul 02 03:19:47 -0700 2009 Don't use cpan -i and use make insalldeps instead. [Tatsuhiko Miyagawa]
directory bin/ Sat Jul 11 03:49:09 -0700 2009 loads Remedie/Plagger modules from lib [Tatsuhiko Miyagawa]
file bootstrap-server Tue Jun 16 16:53:13 -0700 2009 mv bootstrap-server to avoid APP_BUNDLER branching [Tatsuhiko Miyagawa]
directory extlib/ Sun Jul 12 12:30:54 -0700 2009 undef parser to avoid leaks [Tatsuhiko Miyagawa]
directory inc/ Sat Sep 26 21:36:52 -0700 2009 upgrade inc [Tatsuhiko Miyagawa]
directory lib/ Sun Nov 15 16:08:41 -0800 2009 Release 0.6.21 [Tatsuhiko Miyagawa]
directory root/ Sun Nov 15 16:08:41 -0800 2009 Release 0.6.21 [Tatsuhiko Miyagawa]
directory t/ Wed Aug 19 02:57:44 -0700 2009 remove HTMLScrubber plugin [Tatsuhiko Miyagawa]
directory tools/ Sat Aug 22 19:32:49 -0700 2009 undo some workaround [Tatsuhiko Miyagawa]
directory xt/ Sat Jul 18 20:36:19 -0700 2009 remove useless perlcritic test [Tatsuhiko Miyagawa]
README.md

Remedie is a perl based pluggable media center application. It runs as a web server, uses Plagger and SQLite as its backend and uses JavaScript (jQuery) and CSS to build the user interface.

How to install

If you're a lucky Mac OS X Leopard user, you can download the pre-build application bundle from downloads page.

In summary, you can get the source code, install Perl dependencies and run the web server.

git clone git://github.com/miyagawa/remedie.git
cd remedie
perl Makefile.PL
make installdeps PERL_AUTOINSTALL_PREFER_CPAN=1
./bin/remedie-server.pl

If you do not have git command in handy, you can also download the tarball or ZIP file from github master (there's a "download" button). But I strongly suggest you shouldn't do that, since you need to manually download and update the local copy when Remedie is updated. With git it's just git pull.

Before running make installdeps command, you need to setup CPAN command so as you can install dependencies as non-root user. To do that, run cpan and then run the following commands to save the preference.

o conf make_install_make_command 'sudo make'
o conf mbuild_install_build_command 'sudo ./Build'
o conf commit
quit

perl Makefile.PL && make installdeps will examine Makefile.PL, installs required Perl modules from CPAN. Do not run make install (or cpan -i .). Especially, if you have Plagger installed in your system, running make install for Remedie breaks your existent Plagger installation because we forked Plagger. So, don't do that.

Now with the remedie-server.pl process running, you can access Remedie user interface by accessing http://localhost:10010/ with your browser. See the file HACKING for more details.

License

Unless otherwise noted, Remedie and Plagger perl code and remedie*.js are licensed under Perl Artistic or GPL 2 License.

This software also includes the following material which have their own license:

  • jQuery (MIT and GPL)
  • jQuery plugins (Refer to each individual file for their licenses)
  • JW FLV MEDIA PLAYER (Creative Commons by-nc-sa)
  • Shadowbox.js Media Viewer (Creative Commons by-nc-sa)
  • Fast Icon (Royalty free icons)
  • Ben Fleming (CC by-nc)
  • Movie icon by mazeNL77 (CC by)

Links

  • github (Git repository)
  • Google Code (Wiki, Issue tracking)
  • Remedie
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server