Giter VIP home page Giter VIP logo

aura-github's Introduction

AuraHub example

Installing

First, clone this repository :

git clone git://github.com/sbellity/aura-github.git

Create a Github App

open https://github.com/settings/applications/new

With

Main Url: http://localhost:8000/ Callback Url: http://localhost:8000/auth.php

create a config.ini file (following the config.ini.example format).

Then serve this repo via apache or start a php dev server (php >= 5.4 required) :

php -S localhost:8000 -t public

Deploying on heroku

heroku create --buildpack https://github.com/heroku/heroku-buildpack-php.git

heroku config:add \
  GITHUB_CLIENT_ID='your-github-app-id' \
  GITHUB_CLIENT_SECRET='your-github-app-secret'

git push heroku master

And don't forget to update the urls on your Github App config to match the ones on Heroku.

Hacking

Install node.js (Only used for building the app, not needed for deployment)

grunt-cli as a global module.

[sudo] npm install grunt-cli -g
[sudo] npm install bower -g

then install grunt and it's modules in the project's folder.

cd aura-github/
npm install
bower install

To rebuild the dependencies

grunt build

aura-github's People

Contributors

oliger avatar sbellity avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aura-github's Issues

Small bug

Occasionally running into the below issue when switching between repositories. I think it may be down to requests to get issues not completing, but I could be wrong :)

Screen Shot 2013-04-02 at 23 46 40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.