Thanks for your help!
Neil
On Thursday, October 4, 2012 7:31:39 AM UTC+2, Michael Connors wrote:
-- On Thursday, October 4, 2012 7:31:39 AM UTC+2, Michael Connors wrote:
Make a directory somewhere on your drive, say its /user/me/projects/site.Download and unzip cakephp and put its contents in that folder site. open MAMP/conf/apache/httpd.confadd a virtual host at the bottom<VirtualHost *>DocumentRoot "/user/me/projects/site/app/webroot "ServerName mysite.localRewriteEngine on<Directory "/user/me/projects/site/">AllowOverride AllOrder deny,allowAllow from All</Directory></VirtualHost>Open a terminal and edit host filesudo vi /etc/hostsadd the line127.0.0.1 mysite.localRestart MAMP. You should be able to open a browser and go to http://mysite.local and use that as a working directory. From there go through the instructions if there are errors, you will most likely have to add .htaccess files. I also highly recommend get a git account somewhere and commit your files to git.
On Wednesday, October 3, 2012 5:07:03 AM UTC-4, Neil Berrow wrote:HiI've searched and searched but all I can find is how to install a Cake environment from scratch locally on a mac.I have an existing site which my developer built for me months ago, I'm no Cakephp programmer but I have basic php skills.Can anyone suggest where I can get info from or if they've been in the same boat?Any help will be much appreciated!
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
No comments:
Post a Comment