grammer change
parent
e66733af17
commit
3d10d4ebe5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue