bfosberry / GameSocial

Socialize your gaming experience
GNU General Public License v2.0
11 stars 0 forks source link

GameSocial

Socialize your gaming experience.

Written with StackEdit.
Authored By: Dale Bracey - @IRTermite
Initial Development By: Brendan Fosberry | Gus Ireland

Spoon Programming Applied: http://www.youtube.com/watch?v=dYBjVTMUQY0

Play around in our development environment here
If you are interested in what we're doing please feel free to contribute.

To stay up to date on what we are doing join our Google Group


Overview

Gamers are no stranger to services like Steam, XBox Live, and PlayStation Network (PSN). GameSocial isn't much different. Well, ok, it is slightly. The difference is GameSocial is OpenSource, and proposed to be a "cross-platform" hub for gaming network. GameSocial is the all-the-thing meme Gamers have been waiting for. Along with views into who's playing what game(s), scores, chat, co-op invites, and notifications; the plan is to also be able to set up scheduled events, tournament ladders, and much more.

GameSocial will be your one-stop shop for managing and socializing your gaming experience. No more pre-planning to meet your friend(s) on system 'X'. Simply load up GameSocial on your Smart Phone, Laptop, Nearby Desktop, Game Rig you are on, RaspPi, etc. Now, play that XBox game, and when a friend sends you a request to play a PC game, choose to switch over or not... Simple!

For details on how to use app, check out the Wiki and the Github pages site.


Whats Next?

Take a look at the beta relase milestone for info on what features are in the pipeline atm.


Getting started

Prerequisites

Before geting started make sure you have the following

Config

Set the following values in your environment, you still have limited functionality with only some of these values set.

CALENDAR_PASSWORD:           XXXXXXXXXXXXXX
CALENDAR_USERNAME:           XXXXXXXXXXXXXX
GOOGLE_CALENDAR_CLIENT_ID:   XXXXXXXXXXXXXX
GOOGLE_CALENDAR_ID:          XXXXXXXXXXXXXX
GOOGLE_CLIENT_ID:            XXXXXXXXXXXXXX
GOOGLE_CLIENT_SECRET:        XXXXXXXXXXXXXX
GOOGLE_KEY:                  -----BEGIN RSA PRIVATE KEY-----
XXXXXXX
-----END RSA PRIVATE KEY-----
GOOGLE_KEY_SECRET:           mysecret
SIDEKIQ_PASSWORD:            mypass
SIDEKIQ_USERNAME:            myuser
SMTP_PASSWORD:               XXXXXX
SMTP_PORT:                   587
SMTP_SERVER:                 smtp.gmail.com
SMTP_USERNAME:               XXXXXX
STEAM_API_KEY:               XXXXXX

Setup

Running the app

Tools

There are a couple of rake tasks which can help with managing application data.


Running instances

There are two live environments you can use