Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

This is what powers the /r/DestinyTheGame subreddits site.

Notifications You must be signed in to change notification settings

Nanorithm/DestinyReddit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DestinyReddit

This is what powers the /r/DestinyTheGame subreddits site.

1. Create a Bungie Application here https://www.bungie.net/en/Application

a. Fill in "Application Name".

b. Fill in "Redirect URL" as https://domainname/admin/login-apis.php.

c. Choose all the check boxes.

d. Hit "Create New App".

e. Keep the application windows open.

f. Copy "API Key" from the Bungie Application page into $BUNGIE_API_X on config.php.

g. Copy "Authorization URL" from the Bungie Application page into $BUNGIE_AUTH_URL on config.php.

2. Create Postgres database tables

a. Create db tables. Find all create scripts in Admin/scripts.sql

b. Add a Postgres connection string to $POSTGRES_DB_STR on config.php.

About

This is what powers the /r/DestinyTheGame subreddits site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.8%
  • CSS 21.7%
  • HTML 4.0%
  • JavaScript 0.5%