FreeBSD is no longer supported.

This commit is contained in:
Sukchan Lee 2020-11-12 14:35:05 -05:00
parent e6e825c6a3
commit 1f1a741e53
11 changed files with 27 additions and 24 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,9 @@
open5gs (2.0.21) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Wed, 11 Nov 2020 14:16:54 -0500
open5gs (2.0.21~focal) focal; urgency=medium
* Bug Fixed
@ -10,12 +16,6 @@ open5gs (2.0.21~bionic) bionic; urgency=medium
-- Sukchan Lee <acetcom@gmail.com> Wed, 11 Nov 2020 14:11:17 -0500
open5gs (2.0.21) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Wed, 11 Nov 2020 14:06:54 -0500
open5gs (2.0.20) unstable; urgency=medium
* Bug Fixed

View File

@ -3,25 +3,16 @@
docker-compose build
docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
TAG=eoan docker-compose build
TAG=eoan docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
TAG=bionic docker-compose build
TAG=bionic docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=fedora docker-compose build
DIST=fedora docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=fedora TAG=29 docker-compose build
DIST=fedora TAG=29 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=fedora TAG=32 docker-compose build
DIST=fedora TAG=32 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=centos docker-compose build
DIST=centos docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=centos TAG=7 docker-compose build
DIST=centos TAG=7 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=debian docker-compose build
DIST=debian docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
DIST=debian TAG=stretch docker-compose build
DIST=debian TAG=stretch docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test
docker rm $(docker ps -qa --no-trunc --filter "status=exited")

View File

@ -1 +0,0 @@
latest

View File

@ -2,7 +2,7 @@
title: Quickstart
---
**Note:** Open5GS supports installation of packages in *Debian/Ubuntu and openSUSE* environments. *CentOS, Fedora, FreeBSD, and Mac OSX* require you to [build with source code]({{ site.url }}{{ site.baseurl }}/docs/guide/02-building-open5gs-from-sources)
**Note:** Open5GS supports installation of packages in *Debian/Ubuntu and openSUSE* environments. *CentOS, Fedora, and Mac OSX* require you to [build with source code]({{ site.url }}{{ site.baseurl }}/docs/guide/02-building-open5gs-from-sources)
{: .notice--warning}
### Install Open5GS with a Package Manager

View File

@ -6,6 +6,10 @@ head_inline: "<style> .blue { color: blue; } </style>"
This post explains how to compile and install the source code on **Debian/Ubuntu** based Linux Distribution.
{: .blue}
**Note:** Ubuntu 16.04(xenial) and earlier versions, and Debian 9(stretch) and earlier versions are not supported.
{: .notice--danger}
### Getting MongoDB
---

View File

@ -3,9 +3,12 @@ title: Fedora
head_inline: "<style> .blue { color: blue; } </style>"
---
This guide is based on **Fedora 31** Distribution.
This guide is based on **Fedora 32** Distribution.
{: .blue}
**Note:** Fedora 33 is not working
{: .notice--danger}
### Getting MongoDB
---

View File

@ -75,6 +75,13 @@ Install the depedencies for building the source code.
$ brew install mongo-c-driver gnutls libgcrypt libidn libyaml libmicrohttpd curl pkg-config
```
Install Bison and Create soft link.
```bash
$ brew install bison
$ cd /usr/local/bin
$ ln -s ../Cellar/bison/3.7.3/bin/bison bison
```
Install Meson using Homebrew.
```bash
$ brew install meson

View File

@ -24,5 +24,4 @@ head_inline: "<style> ul { padding-bottom: 1em; } </style>"
- [Debian/Ubuntu](platform/01-debian-ubuntu)
- [CentOS](platform/02-centos)
- [Fedora](platform/03-fedora)
- [FreeBSD](platform/04-freebsd)
- [MacOSX](platform/05-macosx)

View File

@ -33,5 +33,5 @@ head_inline: "<style> ul { padding-bottom: 1em; } </style>"
- Fix the DIAMETER_MISSING_AVP on Rx ([#610](https://github.com/open5gs/open5gs/issues/610)) -- [RafalArciszewski](https://github.com/RafalArciszewski)
- Make WebUI listen on 0.0.0.0:3000 ([#587](https://github.com/open5gs/open5gs/pull/587)) -- [bjoern-r](https://github.com/bjoern-r)
Download -- [v2.0.20.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.20.tar.gz)
Download -- [v2.0.21.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.21.tar.gz)
{: .notice--info}