我没有 SSH 大多数体面的主机应该为共享主机提供 SSH 访问。如果您的主机没有(并且您无法切换到提供它的好主机),那么希望可能还没有消失。你有几个选择: 使用 Pockethold 之类的替代方法来安装 Flarum。请注意,您仍然需要 composer(和 SSH)来安装扩展。 在您的计算机上安装 composer,然后在install本地运行命令。然后通过 FTP 将文件上传到您的主机。要进行修改(更新 Flarum、安装/更新/删除扩展),请下载文件的当前版本,在本地运行您需要的任何 composer 命令,然后用本地副本替换composer.json和composer.lock文件以及vendor安装目录。确保在执行此操作之前创建备份! 一些网络主机可能会提供一个 GUI 来管理作曲家。通常最好使用命令行版本,但如果 GUI 是唯一的可能性,请查阅主机的文档以获取有关如何使用它的信息。 请注意,这些解决方法不受官方支持!唯一官方支持的安装和管理 Flarum 的方式是通过 Composer。 I don't have SSH access Most decent hosts should provide SSH access for shared hosting. If your host doesn't (and you can't switch to a good host that does offer it), hope might not yet be lost. You have several options: Use alternatives like Pockethold to install Flarum. Note that you'll still need composer (and SSH) to install extensions. Install composer on your computer, and run the install command locally. Then upload the files via FTP to your host. To make modifications (updating Flarum, installing/updating/removing extensions), download the current versions of the files, run whatever composer commands you need locally, and then replace the composer.json and composer.lock files, and the vendor directory of your install with your local copy. Make sure to create backups before doing this! Some web hosts might provide a GUI for managing composer. The command line version is generally preferably, but if a GUI is the only possibility, consult your host's documentation for information on how to use it. Note that these workarounds are not officially supported! The only officially supported way to install and manage Flarum is through Composer.
标签:composer,主机,备忘,SSH,install,Flarum,your,flarum From: https://www.cnblogs.com/html5syt/p/16830684.html