shriker / rpgfix

Roleplaying game directory web site.

Home Page:https://www.rpgfix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPGfix Flarum 🔥

Working repository for RPGfix's Flarum installation. Guaranteed to be unstable. Use at your own peril.

Server Requirements

  • Apache (with mod_rewrite enabled) or Nginx
  • PHP 7.4+ 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

Local PHP Server

cd rpgfix
php -S 127.0.0.1:8000 -t public

Installing

git clone --recurse-submodules https://github.com/shriker/rpgfix.git
cd rpgfix
composer install
php flarum install
php flarum migrate

Updating

composer update
php flarum migrate
php flarum cache:clear

About

Roleplaying game directory web site.

https://www.rpgfix.com

License:MIT License


Languages

Language:PHP 96.0%Language:HTML 4.0%