Skip to content
Snippets Groups Projects
Commit 3bc9ae71 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

clean up launch locally and getting started section

parent 30d6a01c
No related branches found
No related tags found
1 merge request!1148Improve documentation in README
This commit is part of merge request !1148. Comments created here will be created in the context of that merge request.
......@@ -159,11 +159,9 @@ Firstly, make sure that you're located in the root directory of goSDN.
`goSDN` provides a `Makefile` for all common use cases.
```sh
# build the application files for goSDN, cSBI orchestrator, gosdnc (CLI).
make build
# build the application files for goSDN, cSBI orchestrator (currently not in use), gosdnc (CLI).
# build the Dockerfiles for goSDN, cSBI orchestrator, gosdnc (CLI).
make containerize-all
make build
```
Depending on how you want to use the controller, you might need to edit the example config files and provide the path to this or a new config file.
......@@ -188,6 +186,14 @@ If you want to use the [playground](#playground) you have to make sure you
have [containerlab](https://containerlab.dev/install/) installed on your
system.
It is possible to build all the docker containers using the following command from the root directory of the project:
```sh
# build the Docker containers for goSDN, cSBI orchestrator (currently not in use), gosdnc (CLI) as well as some of the provided example applications.
make containerize-all
```
Note that this command is included as a step when using any of the following enviroments like the playgrounds, labs etc. and therefore can be skipped.
### Playground
With the help of [containerlab](https://containerlab.dev/) we provide simple test environments to play around with.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment