An open API service indexing awesome lists of open source software.

https://github.com/equinor/release-aware

Awesome dashboard to show latest Github releases
https://github.com/equinor/release-aware

dashboard github golang hacktoberfest hacktoberfest-accepted hacktoberfest2020 react releases

Last synced: 9 months ago
JSON representation

Awesome dashboard to show latest Github releases

Awesome Lists containing this project

README

          

# Release Aware

![How it looks like](example.png?raw=true "How it looks like")

## Prerequisites

In order to run the commands described below, you need:
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- make (`sudo apt-get install make` on Ubuntu)

## Usage

```
git clone ...
cp server.env.template server.env
# populate variables in server.env as described below
docker-compose build
docker-compose up
```

* GITHUB_TOKEN: login to GitHub and generate a Personal access token in Personal settings -> Developer settings -> Personal access tokens

## Release

```
./release.sh
```

First you need to login to Docker Hub.
This is done by the SDP team.