Hello everybody, I'm a RoR developer and I just installed the akelos framework to test it, but I can't make it work.
I was following the steps of this wiki (http://www.akelos.org/wiki/gettingstarted_en). I'm running Ubuntu Karmic and some steps isn't exactly the same with de wiki, for example:
Make Permission File
chown apache:users . -R chmod g+rw . -R
I have changed it for
chown www-data.<my_username> . -R chmod g+rw . -R
Because Ubuntu doesn't have an apache user.
All were rigth until I go to the application url (localhost/ticket), and then I receive this error:
Warning: require_once(/home/movihus/desarrollo/recursos/php/akelos/akelos-1.0.1/lib/constants.php) [function.require-once]: failed to open stream: Permission denied in /home/movihus/ticket/config/boot.php on line 33
Fatal error: require_once() [function.require]: Failed opening required '/home/movihus/desarrollo/recursos/php/akelos/akelos-1.0.1/lib/constants.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/movihus/ticket/config/boot.php on line 33
The version of my PHP is: PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cli) (built: Jan 6 2010 22:41:56) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
I have aplied the same permissions to my akelos installation dir without any difference.
I hope someone can't help me, and I thanks in advance.