From 7237040777a0a7d0462d267f6d004a9f41dc02b5 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Sun, 11 Jul 2021 18:18:20 +0300 Subject: [PATCH] add Releases section on Readme (#248) * add Releases section on Readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f84669..d386e86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Code Quality: Cpp](https://img.shields.io/lgtm/grade/javascript/g/mediacms-io/mediacms.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/mediacms-io/mediacms/context:javascript)
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/mediacms-io/mediacms/main/LICENSE.txt) -[![Downloads](https://img.shields.io/badge/download-all%20releases-brightgreen.svg)](https://github.com/mediacms-io/mediacms/releases/) +[![Releases](https://img.shields.io/github/v/release/mediacms-io/mediacms?color=green)](https://github.com/mediacms-io/mediacms/releases/) [![DockerHub](https://img.shields.io/docker/pulls/mediacms/mediacms)](https://hub.docker.com/repository/docker/mediacms/mediacms/) @@ -83,6 +83,11 @@ For a small to medium installation, with a few hours of video uploaded daily, an In terms of disk space, think of what the needs will be. A general rule is to multiply by three the size of the expected uploaded videos (since the system keeps original versions, encoded versions plus HLS), so if you receive 1G of videos daily and maintain all of them, you should consider a 1T disk across a year (1G * 3 * 365). +## Releases + +Visit [Releases Page](https://github.com/mediacms-io/mediacms/releases) for detailed Changelog + + ## Installation / Maintanance There are two ways to run MediaCMS, through Docker Compose and through installing it on a server via an automation script that installs and configures all needed services. Find the related pages: