Skip to content

Commit

Permalink
Merge pull request #43 from bcrowe/hotfix-install-instructions
Browse files Browse the repository at this point in the history
Update installation instructions to new webroot location
  • Loading branch information
ADmad committed Apr 14, 2014
2 parents bb98b99 + 4f21e80 commit a2866ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PHP 5.4 and above.
composer -sdev create-project friendsofcake/app-template ProjectName

This will create a new project, with dependencies, based on this repository. Be sure to point
the webserver at the `app/webroot` folder (a [production install][1]), ensure that [url rewriting][2]
the webserver at the `webroot` folder and ensure that [URL rewriting][1]
is configured correctly.

## Non-default Configuration
Expand Down Expand Up @@ -50,5 +50,4 @@ There a few ways to solve this:
- use the `-f` param with `git add Plugin/SomePlugin -f`
- use `app/Plugin` and `app/Vendor` for your submodules.

[1]: http://book.cakephp.org/2.0/en/installation.html#production
[2]: http://book.cakephp.org/2.0/en/installation/url-rewriting.html
[1]: http://book.cakephp.org/2.0/en/installation/url-rewriting.html

0 comments on commit a2866ed

Please sign in to comment.