Friday, January 29, 2010

Re: Setting up Cakephp - hello world?

Hi,

the general installation manual is here:
http://book.cakephp.org/view/32/Installation

> The cake php framework is place in a shared folder in the server.
> Under the developer folder is the application.

Cakephp comes with an app/ folder, which basically *is* the hello
world application you are looking for.

Things start in app/webroot/index.php. You'll notice a lot of defines
for paths. This is probably what you have to modify depending on you
specific configuration. This is e.g. where you can point to a
different location for the cake/ folder.

app/webroot/ should be your Apache DocumentRoot for a start.

If you can be more specific about your setup, there's more hints to
come :)

WkR,
Daniel

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: