Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shriker/rpgfix
Roleplaying game directory web site.
https://github.com/shriker/rpgfix
directory flarum flarum-forum forum roleplaying rpg rpgfix
Last synced: 5 days ago
JSON representation
Roleplaying game directory web site.
- Host: GitHub
- URL: https://github.com/shriker/rpgfix
- Owner: shriker
- License: mit
- Created: 2020-01-15T17:48:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T23:52:12.000Z (over 4 years ago)
- Last Synced: 2024-11-10T22:29:39.983Z (2 months ago)
- Topics: directory, flarum, flarum-forum, forum, roleplaying, rpg, rpgfix
- Language: PHP
- Homepage: https://www.rpgfix.com
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://getcomposer.org/)### Local PHP Server
```bash
cd rpgfix
php -S 127.0.0.1:8000 -t public
```## Installing
```bash
git clone --recurse-submodules https://github.com/shriker/rpgfix.git
cd rpgfix
composer install
php flarum install
php flarum migrate
```## Updating
```bash
composer update
php flarum migrate
php flarum cache:clear
```