Skip to content

Show which branches are deployed to which environments

Notifications You must be signed in to change notification settings

ministryofjustice/cdpt-deploys-dashboard

Repository files navigation


MoJ logo

CDPT Deploy Dashboard

repo standards badge

An application that retrieves and shows which branches are deployed to which environments

Development

Working on the Code

Work should be based off of, and PRed to, the main branch. We use the GitHub PR approval process so once your PR is ready you'll need to have one person approve it, and the CI tests passing, before it can be merged.

Basic Setup

Cloning This Repository

Clone this repository then cd into the new directory

$ git clone [email protected]:ministryofjustice/cdpt-deploy-dashboard.git
$ cd cdpt-deploy-dashboard

Installing the app for development

Latest Version of Ruby

If you don't have rbenv already installed, install it as follows:

$ brew install rbenv ruby-build

Use rbenv to install the latest version of ruby as defined in .ruby-version (make sure you are in the repo path):

$ rbenv install
$ rbenv init
$ rbenv rehash

Follow the instructions printed out from the rbenv init command and update your ~/.bash_profile or equivalent file accordingly, then start a new terminal and navigate to the repo directory.

Database Setup

The application uses sqlite

Use the setup command to install gems and create the database with seed data

$ bin/setup

Assets

Yarn and node are required to build css and js assets

$ brew install node
$ brew install yarn
$ yarn install

Running locally

Use the dev command to run the application. This will use Foreman to start the rails server as well as compiling the css and js. Any changes to the css and js will be live updated.

$ bin/dev

About

Show which branches are deployed to which environments

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published