douguai6716 2017-05-16 17:17
浏览 56
已采纳

在VPS上部署Symfony3项目

Help my, I don't know how deploy Symfony3 project on VPS server. My OS is Ubuntu 14.04.

Symfony console is not working. PHP version 5.6. PHP is working, I verified by phpinfo(), but app.dev returned blank page

  • 写回答

1条回答 默认 最新

  • douou5933 2017-05-16 17:51
    关注

    And your ./web/config.php ? This file may give you some configuration to apply like php extension php-intl in must case when missing

    Have you allow access directory with ACL or chmod command line?

    Acl method

    http://symfony.com/doc/current/setup/file_permissions.html#using-acl-on-a-system-that-supports-setfacl-linux-bsd

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?