Muyun99's wiki Muyun99's wiki
首页
学术搬砖
学习笔记
生活杂谈
wiki搬运
资源收藏
关于
  • 分类
  • 标签
  • 归档
GitHub (opens new window)

Muyun99

努力成为一个善良的人
首页
学术搬砖
学习笔记
生活杂谈
wiki搬运
资源收藏
关于
  • 分类
  • 标签
  • 归档
GitHub (opens new window)
  • 代码实践-目标检测

  • 代码实践-图像分割

  • 代码实践-自监督学习

  • 竞赛笔记-视觉竞赛

  • 框架解析-mmlab系列

  • 讲座记录-有意思的文章集合

  • 体会感悟-产品沉思录观后有感

  • 体会感悟-摄影

  • 系列笔记-

  • 系列笔记-乐理和五线谱

  • 系列笔记-爬虫实践

  • 系列笔记-Django学习笔记

  • 系列笔记-Git 使用笔记

  • 系列笔记-网站搭建

    • flarum 论坛搭建
    • 系列笔记-图卷积网络

    • 课程笔记-MIT-NULL

    • 系列笔记-OpenCV-Python

    • 系列笔记-使用 Beancount 记账

    • 系列笔记-Python设计模式

    • 系列笔记-MLOps

    • 系列笔记-Apollo自动驾驶

    • 系列笔记-PaddlePaddle

    • 系列笔记-视频操作

    • Vue+Django前后端分离开发

    • 深度学习及机器学习理论知识学习笔记

    • PyTorch Tricks

    • 学习笔记
    • 系列笔记-网站搭建
    Muyun99
    2021-03-30

    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

    Flarum 的安装与配置 (opens new window)

    宝塔 Linux 面板安装 Flarum (opens new window)

    Flarum 插件(测试有效的)

    • Flarum 简体中文语言包 2020 (opens new window)

    • Emoji 表情选择器(Emoji Picker) (opens new window)

    • 主题贴浏览量 (opens new window)

    • FoF 会员名录 (opens new window)

    • FoF 文件上传器 (opens new window)

    • FoF 网站地图 (opens new window)

    • FancyBox 图片灯箱(beta) (opens new window)

    • FoF 导航栏链接 (opens new window)

    • Flarum Blog (opens new window)

    上次更新: 2021/08/17, 18:07:06
    README 美化
    图学习初印象

    ← README 美化 图学习初印象→

    最近更新
    01
    Structured Knowledge Distillation for Semantic Segmentation
    06-03
    02
    README 美化
    05-20
    03
    常见 Tricks 代码片段
    05-12
    更多文章>
    Theme by Vdoing | Copyright © 2021-2023 Muyun99 | MIT License
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式
    ×