Skip to content

yusukebe/remedie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
cpan -i .
./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 cpan -i 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

cpan -i . will examine Makefile.PL, installs required Perl modules from CPAN and then tries to install Remedie itself but fails because of test failures, which is intentional. Do not run make install (or cpan -fi .). 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

About

perl based pluggable media center application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 63.0%
  • JavaScript 33.8%
  • CSS 3.2%