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
- Host: GitHub
- URL: https://github.com/equinor/release-aware
- Owner: equinor
- License: mit
- Created: 2019-06-04T11:46:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T08:10:03.000Z (over 1 year ago)
- Last Synced: 2025-05-01T17:33:22.149Z (about 1 year ago)
- Topics: dashboard, github, golang, hacktoberfest, hacktoberfest-accepted, hacktoberfest2020, react, releases
- Language: Go
- Homepage:
- Size: 7.54 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Release Aware

## 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.