8000 GitHub - yko/metacpan-web: Web interface for MetaCPAN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yko/metacpan-web

 
 

Repository files navigation

GETTING STARTED

Install Dist::Zilla using your preferred CPAN client:

$ cpanm Dist::Zilla

Install the project dependencies:

$ dzil listdeps |
54E7
 cpanm

Start server on port 5000

$ plackup

The backend defaults to api.metacpan.org. Running a local API server is optional and not required to hack on the front-end. The address to the API user can be changed in the metacpan_web.conf file. Ideally you would create a new file called metacpan_web_local.conf that contains

api localhost:5000

which will be loaded on top of the existing config file.

$ plackup -p 5001 -r

This will use the API server at localhost:5000 and sets the port of the front-end to 5001. The process will watch changes in the /lib directory.

About

Web interface for MetaCPAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • Perl 38.1%
0