https://github.com/shriker/shadowlack-flarum
Shadowlack RPG Flarum installation.
https://github.com/shriker/shadowlack-flarum
conworld flarum play-by-post rpg shadowlack
Last synced: over 1 year ago
JSON representation
Shadowlack RPG Flarum installation.
- Host: GitHub
- URL: https://github.com/shriker/shadowlack-flarum
- Owner: shriker
- License: mit
- Created: 2019-08-04T07:11:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T18:22:48.000Z (over 6 years ago)
- Last Synced: 2025-01-08T10:40:36.295Z (over 1 year ago)
- Topics: conworld, flarum, play-by-post, rpg, shadowlack
- Language: PHP
- Homepage: https://preview.shadowlack.com
- Size: 16.6 KB
- Stars: 0
- 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
# Shadowlack Flarum 🔥
[](https://github.com/shriker/shadowlack-flarum/blob/master/LICENSE.md) [](https://flarum.org/) [](https://discord.gg/BNhwAm9)
Working repository for Shadowlack's Flarum installation. Guaranteed to be unstable.
### Shadowlack
Shadowlack is a free dice-less Play-by-Post game and imaginary fictional world setting (geofiction) that revolves around the planet Ramath-lehi.
* [shadowlack-guts](https://github.com/shriker/shadowlack-guts)
* [shadowlack-wiki](https://github.com/shriker/shadowlack-wiki)
## Server Requirements
* Apache (with mod_rewrite enabled) or Nginx
* PHP 7.1+ 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 shadowlack-flarum/public
php -S 127.0.0.1:8000
```
## Installing
```bash
composer install
php flarum migrate
```
## Updating
```bash
composer update
php flarum migrate
php flarum cache:clear
```
### Links 🔗
* [GitHub](https://github.com/shriker/shadowlack-flarum)
* [Shadowlack](https://shadowlack.com/)
* [Flarum](https://flarum.org/)