marky291 / ragnaranks

Ragnarok online server listings website with complex ranking system and scheduled tasks allowing insights into player active times and downtime notifications.
https://ragnaranks.com
2 stars 0 forks source link

Ragnaranks

Build Status Latest Version

Installation

Git pull this repository to a location of choice on your computer.

$ git clone https://github.com/marky291/ragnaranks.git

Download and use Composer, in the root of the project.

$ composer install

Create a database and migrate database files using

$ php artisan migrate

Create fake data such as reviews, clicks, votes and listings to dev against locally.

$ php artisan db:seed

Serve the website to a local dev browser, by running the following command at the root of the project

$ php artisan serve

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, send an email to marky360@live.ie

Documentation

You can find documentation on website usage from user perspective at: https://github.com/ragnaranks/docs

Credits

This project exists thanks to all the people who contribute.

License

Mozilla Public License Version 2.0 (MPL-2.0).