Trouble configuring cakephp in ubuntu 10

2010-08-25 Thread janani
Hi, I am a new user to cakephp.I have installed cakephp,apache,php and mysql. Now I have a test application which needs to be placed in cakephp.The / var/www folder has no write permissions.So I couldnt place test files there.Can anyone tell me how to get the test application working? Regards,

Re: Trouble configuring cakephp in ubuntu 10

2010-08-25 Thread Zaky Katalan-Ezra
Place the source under your home tree. in /var/www run sudo ln -s /home/.../.../source myapp test it with http://localhost/myapp Now you can change the source with your logged in user. On Wed, Aug 25, 2010 at 5:17 AM, janani janani.naraya...@gmail.com wrote: Hi, I am a new user to cakephp.I

Re: Install cakePHP in Ubuntu 10.04

2010-06-17 Thread leo
/database.php with you database details. http://localhost/mynewapp On Tue, Jun 15, 2010 at 6:34 PM, Abrão Ximenes abraoxime...@gmail.comwrote: Hello, I am very interested to learn cakePHP, can anyone  send the steps to me how to install and configure/setting cakePHP in Ubuntu

Re: Install cakePHP in Ubuntu 10.04

2010-06-17 Thread Matthew Powell
/setting cakePHP in Ubuntu 10.04? Thanks Newbie Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group

Re: Install cakePHP in Ubuntu 10.04

2010-06-17 Thread cricket
On Jun 17, 9:20 am, Matthew Powell php...@gmail.com wrote: a2enmod mod_rewrite will get you half-way That should be sudo a2enmod rewrite (no mod_) sudo ln -s home/zaky/cakephpproj/ mynewapp What I've been doing is moving the cake directory to /usr/share/php so I have:

Install cakePHP in Ubuntu 10.04

2010-06-16 Thread Abrão Ximenes
Hello, I am very interested to learn cakePHP, can anyone send the steps to me how to install and configure/setting cakePHP in Ubuntu 10.04? Thanks Newbie Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message

Re: Install cakePHP in Ubuntu 10.04

2010-06-16 Thread Zaky Katalan-Ezra
database details. http://localhost/mynewapp On Tue, Jun 15, 2010 at 6:34 PM, Abrão Ximenes abraoxime...@gmail.comwrote: Hello, I am very interested to learn cakePHP, can anyone send the steps to me how to install and configure/setting cakePHP in Ubuntu 10.04? Thanks Newbie Check out

Re: Install cakePHP in Ubuntu 10.04

2010-06-16 Thread leo
, Abrão Ximenes abraoxime...@gmail.comwrote: Hello, I am very interested to learn cakePHP, can anyone  send the steps to me how to install and configure/setting cakePHP in Ubuntu 10.04? Thanks Newbie Check out the new CakePHP Questions sitehttp://cakeqs.organd help others

Re: Install cakePHP in Ubuntu 10.04

2010-06-16 Thread calvin
...@gmail.comwrote: Hello, I am very interested to learn cakePHP, can anyone  send the steps to me how to install and configure/setting cakePHP in Ubuntu 10.04? Thanks Newbie Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others with their CakePHP related questions

cakephp on ubuntu 9.04, php5

2009-06-09 Thread Saliem
i'd like to use the cake bake command: cd cake/console ./cake bake but i get: -bash: ./cake: Permission denied from what i've looked up - it sounds like i can also run cake bake from the apps directory. is that actually possible - or do i need to install something more? also - it looks like

Re: cakephp on ubuntu 9.04, php5

2009-06-09 Thread Saliem
okay nvm - rest the permissions :) On Jun 8, 11:15 pm, Saliem than.sal...@gmail.com wrote: i'd like to use the cake bake command: cd cake/console ./cake bake but i get: -bash: ./cake: Permission denied from what i've looked up - it sounds like i can also run cake bake from the apps

Re: cakephp on ubuntu 9.04, php5

2009-06-09 Thread Jorge Horacio Cué Cantú
ok, Open a Terminal window ( Applications Accessories Terminal ) cd CAKE_ROOT/cake/console chmod +x cake where CAKE_ROOT is the directory where you unpacked cake in my case: ~/opt/cake Also to make cake available to the shell, use : cd mkdir bin cd bin ln -s

Re: cakephp on ubuntu

2008-01-23 Thread Claudia
fine in Windows because Windows usually does not care about permissions. Claudia On Jan 23, 8:56 am, Nil [EMAIL PROTECTED] wrote: Hi, I am trying to run my Cakephp script on ubuntu but when I give URL for my script then following error message is display. Warning: require(cake/config

cakephp on ubuntu

2008-01-22 Thread Nil
Hi, I am trying to run my Cakephp script on ubuntu but when I give URL for my script then following error message is display. Warning: require(cake/config/paths.php) [function.require]: failed to open stream: Permission denied in /var/www/hoteljobs/index.php on line 56 Fatal error: require

cakePHP on Ubuntu

2007-01-18 Thread lukem
Hi, does anyone have the informnation which used to be on the wiki about installing CakePHP on Ubuntu? the default page is not displaying correctly after installation (is not css-styled) which i think means my mod-rewrite and/or AllowOverride settings are incorrect. I'm installing on Ubuntu

Re: cakePHP on Ubuntu

2007-01-18 Thread lukem
installing CakePHP on Ubuntu? the default page is not displaying correctly after installation (is not css-styled) which i think means my mod-rewrite and/or AllowOverride settings are incorrect. I'm installing on Ubuntu 6.10 with Apache2 php 5.1.6 . I've enabled mod-rewrite and added the following