ezplatform - Install eZ Platform 15.12 ("index.php" file not found) -
i try install ez platform on windows. tried follow instructions till moment when says:
https://doc.ez.no/display/ezp/installing+ez+publish+on+windows setup wizard can started using web browser after previous steps (described in section) completed. automatically run first time tries access/browse index.php file located in ez publish directory.
and problem there no "index.php" file (i checked in "root folder" , in "web" folder) :) root folder looks same root folder in: https://github.com/ezsystems/ezplatform-demo
what doing wrong? :)
there no index.php
, app.php
in web
directory should directoryindex
latest version of ez publish.
see: https://github.com/ezsystems/ezplatform-demo/blob/master/doc/apache2/vhost.template
you should able run php webserver example: php app/console server:run --env=prod -vvv
. use --env=dev
dev environment, -vvv
being verbose in output.
then should able open http://127.0.0.1:8000/ez test ez platform.
Comments
Post a Comment