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...

 
exchangecore replied on at Permalink Best Answer Reply
exchangecore
Double Check to make sure you have short tags turned on in your php.ini maybe?
core77 replied on at Permalink Reply
Yeah, that's it. Thanks.
core77 replied on at Permalink Reply
Got it installed. But I had to manually 'mkdir web/application/files'.