Trying to install 5.7 - nothing shows up in browser
Permalink
Hi,
I'm trying to install concrete5-5.7.0 as it's described in the github repo. I executed 'composer install' and the dependencies were downloaded.
When I launchhttp://localhost/concrete5-5.7.0/web/index.php... in Chrome nothing shows up. In Firefox, too.
Has anyone an idea what's happening or not happening? :-|
I'm on ubuntu 14.04 with LAMP stack. A simple 'phpinfo();' is showing up in my browsers...
I'm trying to install concrete5-5.7.0 as it's described in the github repo. I executed 'composer install' and the dependencies were downloaded.
When I launchhttp://localhost/concrete5-5.7.0/web/index.php... in Chrome nothing shows up. In Firefox, too.
Has anyone an idea what's happening or not happening? :-|
I'm on ubuntu 14.04 with LAMP stack. A simple 'phpinfo();' is showing up in my browsers...
Double Check to make sure you have short tags turned on in your php.ini maybe?
Yeah, that's it. Thanks.
Got it installed. But I had to manually 'mkdir web/application/files'.