Giter Club home page Giter Club logo

releasehub's Introduction

ReleaseHub

ReleaseHub as the deploy mechanism, a deployment tool to release codes and make it easy to the team.

Read the wiki pages for more details

Setup github / slack authentication

cp .env.example .env

  • Create a new OAuth App on github - https://github.com/settings/applications/new

  • Once it's created, record the Client ID and Client Secret in .env

  • Create a classic access token on https://github.com/settings/tokens/new, select scopes repo and user. This will allow ReleaseHub to pull data from the organisation.

    • Copy this token to GITHUB_ACCESS_TOKEN in .env
  • Create a slack app - https://api.slack.com/apps

    • Select "OAuth & Permissions" from the left menu
    • Under "Bot Token Scopes" select "Add an OAuth Scope"
    • Select
      • channels:join
      • channels:read
      • chat:write
      • chat:write.public
      • users:read
    • Copy the Bot User OAuth Token, the one starting with xoxb-, to SLACK_TOKEN in .env
  • TODO: Pusher instructions

Setup docker containers

$ docker compose run bundle install --path vendor/bundle --binstubs --jobs=4

$ docker compose up

Site will be available at http://localhost:3000

Populate the database

$ docker exec -it releasehub bundle exec rake db:initialise

This task will do the following:

  • db:drop Drop the database if exists.
  • db:create Create the database.
  • db:migrate Build the database.
  • db:populate Insert default environments and statuses.
  • db:github_repo Pull all the repositories from the organisation and insert into repositories table.

Debugging with pry or byebug

$ docker compose run debugger

Licensing and Attribution

ReleaseHub is released under the MIT license as detailed in the LICENSE file that should be distributed with this library; the source code is freely available.

ReleaseHub was developed by Jiazhen Xie while employed by Venntro Media Group. Venntro Media Group have kindly agreed to the extraction and release of this software under the license terms above.

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.