Articles tagged with "install"

Installing CakePHP on MacOS X.

By Giovanni Glass
This is how I setup CakePHP on my MacBook with PHP5 and MySQL5. I have MacOS X 10.4.8 installed.
[Read more]

Multiple CakePHP applications on a single domain in a shared LAMP hosting environment

By Jeff Keith
GOAL:
  1. One domain on a shared Linux/CPanel hosting environment
  2. Multiple CakePHP applications running from separate directories WITHIN the public webspace (referred to as public throughout this tutorial)
  3. Separate databases
  4. Single shared CakePHP core served from above the public web space (referred to as private throughout this tutorial)
  5. Separate CakePHP app directories (within a single APPS directory) also served from above the public web space (referred to as private throughout this tutorial)
  6. Given all of the above: NO STUPID WORKAROUNDS
[Read more]