flarum 论坛搭建
# Flarum Github仓库地址 (opens new window)
# 安装步骤
Before you install Flarum, it's important to check that your server meets the requirements. To run Flarum, you will need:
- Apache (with mod_rewrite enabled) or Nginx
- PHP 7.3+ with the following extensions: curl, dom, gd, json, mbstring, openssl, pdo_mysql, tokenizer, zip
- MySQL 5.6+ or MariaDB 10.0.5+
- SSH (command-line) access to run Composer
按照官方文档,我们应该拥有这些环境,所以先检查服务器这些环境是否满足
# 查看操作系统版本
cat /etc/redhat-release
# 查看 Nginx 版本
nginx -V
# 查看 PHP 版本
php -v
1
2
3
4
5
6
2
3
4
5
6
Flarum 的安装与配置 (opens new window)
宝塔 Linux 面板安装 Flarum (opens new window)
Flarum 插件(测试有效的)
上次更新: 2021/08/17, 18:07:06
- 02
- README 美化05-20
- 03
- 常见 Tricks 代码片段05-12