Skip to content

Commit

Permalink
Less TIMTOWDI in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 13, 2014
1 parent c21943d commit 6d66e2c
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Expand Up @@ -6,27 +6,19 @@
We strongly recommend using [metacpan-developer](https://github.com/CPAN-API/metacpan-developer),
this will give you a virtual machine already configured and ready to start developing on.

## Installing manually

Install the project dependencies:

$ cpanm --installdeps .

Run test suite:
$ vagrant ssh
$ cd /home/metacpan/metacpan.org
$ perl bin/daemon_control.pl start

$ prove -lr t/
You'll find some log files in var/logs.

Start server on port 5001 (which you want to make authentication work)

$ plackup -p 5001 -r

## Installing manually via carton
## Installing manually

If you prefer to use carton to manage your dependencies, then the above
If you prefer not to use the VM, the following commands will get you started:
commands can be converted to:

$ carton install
$ carton exec prove -lr t/
$ ./bin/prove t
$ carton exec plackup -p 5001 -r

## Local configuration changes
Expand Down

0 comments on commit 6d66e2c

Please sign in to comment.