Created
December 18, 2013 14:20
-
-
Save rchavik/8023116 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://github.com/croogo/app myapp | |
cd myapp | |
git submodule add -f --name Croogo -b 1.6 git://github.com/croogo/croogo Vendor/croogo/croogo | |
git submodule add -f --name CakePHP git://github.com/cakephp/cakephp Vendor/cakephp/cakephp | |
git submodule add -f --name Search git://github.com/CakeDC/search Plugin/Search | |
git submodule add -f --name Migrations git://github.com/CakeDC/migrations Plugin/Migrations | |
set your vhost DocumentRoot to myapp/webroot and the install process should work | |
so, basically myapp is your own repo, which you can later customize and push to your own project repo | |
while croogo and cakephp are in Vendor, and should not be modified. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment