Skip to content

Commit

Permalink
pkp/pkp-lib#1192 Document composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 25, 2016
1 parent 80344a5 commit 171d2d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Checkout submodules and copy default configuration :
git submodule update --init --recursive
cp config.TEMPLATE.inc.php config.inc.php

Install or update dependencies via Composer:

cd lib/pkp
# if you don't already have Composer installed:
curl -sS https://getcomposer.org/installer | php
php composer.phar update

If your PHP version supports built-in development server :

php -S localhost:8000
Expand Down

0 comments on commit 171d2d9

Please sign in to comment.