public
Fork of bricas/cpanhq
Description: A Community-driven search.cpan.org alternative - Shlomi Fish's fork.
Homepage:
Clone URL: git://github.com/shlomif/cpanhq.git
cpanhq /
name age message
file .gitignore Thu Apr 23 10:48:05 -0700 2009 Fix Form component loading. add *~ to .gitignore [bricas]
file Changes Wed Apr 22 05:59:32 -0700 2009 initial commit [bricas]
file Makefile.PL Mon Sep 14 10:39:51 -0700 2009 add prereqs for util scripts (zby) [bricas]
file README Tue Jun 23 23:44:47 -0700 2009 Updtated the instructions in the README. [shlomif]
file cpanhq.conf Loading commit data...
directory lib/
directory root/
directory script/ Mon Jul 06 10:48:44 -0700 2009 updated for new Cat::Dev [autarch]
directory t/
directory testlib/ Sun Jun 28 03:21:33 -0700 2009 Integrated Test::Run into the Makefile.PL. I a... [shlomif]
directory tmp/
README
Run script/cpanhq_server.pl to test the application.

------------------------------------

To get the tests running do this:

1. Set up minicpan ( http://search.cpan.org/perldoc?minicpan ).

2. Mirror CPAN.

3. "perl Makefile.PL" - make sure all dependencies are installed.

4. Run "make"

5. Run "perl tmp/deploy.pl"

6. Run "perl tmp/index.pl /path/to/my/minicpan"

Where /path/to/my/minicpan is the path to your minicpan mirror.

7. Run "perl tmp/populate-licenses-sql.pl"

8. Run "perl tmp/gen-twitter-feed.pl"

9. Run "make test".