Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

approve-code/approve-code-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Approve Code WebApp

GitHub app for review PR and set approve/reject status via GH statuses

Installation

1. Install dependencies:

composer install

2. Install bower dependencies:

bower install

3. Configure

Create github application and set Authorization callback URL with http://127.0.0.1:8000/login/check-github.

Set client_id and client_secret in app/config/hwi_oauth.yml

4. Create database structure

Execute app/console doctrine:schema:update --force to create database structure.

5. Start application

app/console server:run

Open http://127.0.0.1:8000 in browser

Enjoy!

About

GitHub app for review PR and set approve/reject status via GH statuses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published