grammer change

Gordon Murray 2015-01-17 19:24:45 +00:00
commit 3d10d4ebe5

@ -15,7 +15,7 @@
* Go to your `www` directory, usually `/var/www`.
* Download composer `curl -sS https://getcomposer.org/installer | php`
* Get the project: `./composer.phar create-project block8/phpci phpci --keep-vcs --no-dev`
* Retrieve any missing composer dependencies: Get inside the installation dir with `cd phpci`. Bring composer inside with `cp ../composer.phar .`. Finally, update composer dependencies: `./composer.phar install` and then `./composer.phar update`
* Retrieve any missing composer dependencies: Go inside the installation dir with `cd phpci`. Bring composer inside with `cp ../composer.phar .`. Finally, update composer dependencies: `./composer.phar install` and then `./composer.phar update`
* Install the project: `./console phpci:install`
* Add a virtual host to your web server, pointing to the directory "public" where you cloned PHPCI into.
* You'll need to set up rewrite rules to point all non-existent requests to PHPCI.