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

dtrenz/oss-team-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS Team Dashboard

Simple web dashboard for highlighting open source activity & contributions made by people in your GitHub organization, or on a specific team.

Local Setup

To setup the project to run locally during development, create a file named .env at the root of the project directory, and populate the following ENV vars:

GITHUB_ACCESS_TOKEN="q1w2e3r4t5y6u7i8o9p0a1s2d3f4g5h6j7k8l9z0"
GITHUB_TEAM_ID=12345
REDIS_URL="redis://u:p@$$w0rd@some-redis-host.com:13649"

Running Locally

To run the web app locally:

$ ruby app.rb

To run the data refresh script that gathers GitHub activity stats:

$ ./bin/refresh-data

About

Simple web dashboard for highlighting open source activity & contributions made by people in your GitHub organization, or on a specific team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published