Skip to content
Snippets Groups Projects
Commit c5f06abd authored by Malte Bauch's avatar Malte Bauch
Browse files

Merge branch 'master' into master-into-develop2

parents c638233d db2d6379
No related branches found
No related tags found
2 merge requests!244Master into develop2 into master,!243Master into develop2
Pipeline #96680 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- [Overview](#overview) - [Overview](#overview)
- [Concepts](#concepts) - [Concepts](#concepts)
- [Installing](#installing) - [Installation](#installation)
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
* [k8s](#k8s) * [k8s](#k8s)
* [Using the goSDN CLI](#using-the-cli) * [Using the goSDN CLI](#using-the-cli)
...@@ -37,19 +37,15 @@ The PND is the single source of truth within a network. Its state is held and ma ...@@ -37,19 +37,15 @@ The PND is the single source of truth within a network. Its state is held and ma
Any device directly configured by `goSDN` Any device directly configured by `goSDN`
# Installing # Installation
You can install the latest release of `goSDN` locally using the `go get` command. Since the repository and some dependencies are not publicly available you have to modify your git config first: You can install the latest release of `goSDN` locally using the `go get` command. Since the repository and some dependencies are not publicly available you have to modify your git config first:
```sh ```sh
> git config --global url."git@code.fbi.h-da.de:".insteadOf "https://code.fbi.h-da.de"
> go env -w GOPRIVATE=code.fbi.h-da.de/cocsn/*
> go get code.fbi.h-da.de/danet/gosdn/cmd/gosdn > go get code.fbi.h-da.de/danet/gosdn/cmd/gosdn
``` ```
To install the development version you need to clone the repo and use `go install` to build and install the binary: To install the development version you need to clone the repo and use `go install` to build and install the binary:
```sh ```sh
# If you haven't cloned the repo yet # If you haven't cloned the repo yet
> git config --global url."git@code.fbi.h-da.de:".insteadOf "https://code.fbi.h-da.de"
> go env -w GOPRIVATE=code.fbi.h-da.de/cocsn/*
> cd $GOPATH/src > cd $GOPATH/src
> git clone git@code.fbi.h-da.de:cocsn/gosdn.git > git clone git@code.fbi.h-da.de:cocsn/gosdn.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment