在远程服务器上安装 Symfony

Install Symfony on distant server

我尝试在远程 ubuntu 服务器上安装 symfony(我通过 ssh 连接到它)所以我安装了 PHP7.2、LAMP、composer 和 symfony。

接下来我启动 symfony 服务器使用:php bin/console server:run 它显示

[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

我仍然遇到同样的错误。

有一些资源可用于正确部署您的应用程序: