我尝试在远程ubuntu服务器上安装symfony(我通过ssh连接到它),所以我安装了PHP7.2,LAMP,composer和symfony。
接下来,我使用php bin/console server:run
启动symfony服务器,它显示为
[OK] Server listening on http://127.0.0.1:8000
http://xx.xxx.xxx.xx/
是服务器的地址:
当我访问地址:http://xx.xxx.xxx.xx/phpmyadmin/index.php
时,我得到了phpmyadmin页面
当我访问地址时:http://xx.xxx.xxx.xx:我得到了我的apache页面。
但是如何进入我的symfony页面?
我尝试了http://xx.xxx.xxx.xx:8000
,但是没有用
我尝试遵循此页面上的信息:https://symfony.com/doc/current/setup/built_in_web_server.html
但是当我这样做时,我得到了错误:
php bin/console server:start 34.254.242.93:8080
我仍然遇到相同的错误。
答案 0 :(得分:1)
有一些资源可以正确部署您的应用程序: