Skip to content

Instantly share code, notes, and snippets.

@rchavik
Created December 18, 2013 14:20
Show Gist options
  • Save rchavik/8023116 to your computer and use it in GitHub Desktop.
Save rchavik/8023116 to your computer and use it in GitHub Desktop.
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