marcusramberg / cpanhq forked from bricas/cpanhq
- Source
- Commits
- Network (10)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit b18dc40093918e617e4913c94d6142dfefa813e0
tree 1e6cdcde84d5166f776b38395ac0aba026d8834d
parent 4fa281b8c91a3263972a21748b937311c5af48ff parent 240ef7d60f20b574e394bcb70880f7d374709e4c
tree 1e6cdcde84d5166f776b38395ac0aba026d8834d
parent 4fa281b8c91a3263972a21748b937311c5af48ff parent 240ef7d60f20b574e394bcb70880f7d374709e4c
cpanhq /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 23 10:48:05 -0700 2009 | |
| |
Changes | Wed Apr 22 05:59:32 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | Tue Jun 23 23:44:47 -0700 2009 | |
| |
cpanhq.conf | ||
| |
lib/ | ||
| |
root/ | ||
| |
script/ | Mon Jul 06 10:48:44 -0700 2009 | |
| |
t/ | ||
| |
testlib/ | Sun Jun 28 03:21:33 -0700 2009 | |
| |
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".

