public
Description: perl based pluggable media center application
Homepage: http://remediecode.org/
Clone URL: git://github.com/miyagawa/remedie.git
name age message
file .gitignore Sun Jul 19 18:54:16 -0700 2009 Added nytprof to gitignore [miyagawa]
file .shipit Sat Nov 01 11:54:04 -0700 2008 import [miyagawa]
file Changes Loading commit data...
file HACKING Tue Mar 17 13:03:48 -0700 2009 remove the perl deps check hack from HACKING [miyagawa]
file MANIFEST Sat Jul 18 20:36:19 -0700 2009 remove useless perlcritic test [miyagawa]
file MANIFEST.SKIP
file Makefile.PL Sat Aug 15 19:36:43 -0700 2009 change how to detect author mode [miyagawa]
file README.md
directory bin/
file bootstrap-server
directory extlib/ Sun Jul 12 12:30:54 -0700 2009 undef parser to avoid leaks [miyagawa]
directory inc/
directory lib/
directory root/
directory t/ Wed Aug 19 02:57:44 -0700 2009 remove HTMLScrubber plugin [miyagawa]
directory tools/ Sat Aug 22 19:32:49 -0700 2009 undo some workaround [miyagawa]
directory xt/ Sat Jul 18 20:36:19 -0700 2009 remove useless perlcritic test [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:

Links