Skip to content

Helical-Games/DestinyStatus

 
 

Repository files navigation

DestinyStatus

Join the chat at https://gitter.im/TrackerNetwork/DestinyStatus Build Status

Community, please help us build this site! We are accepting all pull-requests that are in the spirit of the site. For all other ideas and concepts, please create an issue, we can figure out something!

This project is based on the Laravel framework [v5.1].

Please read these instructions on how to configure your server to get started.

Project dependecies:

  • PHP >= 5.5
    • zip extension
    • sqlite3 extension
  • Mcrypt extension
  • Node.js
  • Composer

Install the framework

  1. Copy the file .env.example to .env
  2. Edit .env with any information needed (Bugsnag, environment)
  3. Visit the Destiny API Registration Portal to sign up for an API key
  4. Add your key to .env under the DESTINY_KEY
  5. composer install
  6. php artisan key:generate

Compile CSS/JS

  1. Install gulp: npm install -g gulp
  2. Install npm dependencies: npm install
  3. Build:
    • Local: gulp
    • Production: gulp --production

Packages

No packages published

Languages

  • PHP 73.2%
  • HTML 18.2%
  • CSS 7.0%
  • Other 1.6%