So i have LAMP setup and the domain pointing to the linode servers my problem is i can't seem to install the cms
It shows me this :
Code:
<?php
/*
/ \
| o |
\ /
________) (________
| |
'------. .------'
| |
| |
| |
| |
/\ | | /\
/_ \ / \ / _\
\ '. .' '. .' /
\ '--' '--' /
'. .'
'._ _.'
`'-. .-'`
\ /
*/
define('DS', DIRECTORY_SEPARATOR);
define('ENV', getenv('APP_ENV'));
define('VERSION', '0.9.2');
define('PATH', dirname(__FILE__) . DS);
define('APP', PATH . 'anchor' . DS);
define('SYS', PATH . 'system' . DS);
define('EXT', '.php');
require SYS . 'start' . EXT;
I have no idea what to do here on lamp on my dev laptop it installed without problems? Anyone know or can help me out?