Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

LittleLightForDestiny/littlelight-storage

Repository files navigation

Little Light Storage Server

This is Little Light's storage server code

To run it you will need

  • php 7.1ish (not sure if 7.0 works)
  • mongoDB server
  • apache or nginx

Install

clone this repo
copy .env.example to .env
replace these with your mongodb connection info

MONGODB_DATABASE=
MONGODB_USERNAME=
MONGODB_PASSWORD=

replace these with your bungie API Key info

BUNGIE_API_KEY=
BUNGIE_CLIENT_ID=

change ./storage and ./bootstrap/cache permissions to 775

and then run

composer install
php artisan key:generate

About

Storage server for Little Light user data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published