Skip to content

Commit

Permalink
Documented the make test process in the README.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Cassidy <bricas@cpan.org>
  • Loading branch information
shlomif authored and bricas committed Jun 15, 2009
1 parent 7037538 commit dac28c9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
@@ -1 +1,22 @@
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 "make test".

0 comments on commit dac28c9

Please sign in to comment.