Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
3bc9ae71
Commit
3bc9ae71
authored
6 months ago
by
Fabian Seidl
Browse files
Options
Downloads
Patches
Plain Diff
clean up launch locally and getting started section
parent
30d6a01c
No related branches found
No related tags found
1 merge request
!1148
Improve documentation in README
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-4
10 additions, 4 deletions
README.md
with
10 additions
and
4 deletions
README.md
+
10
−
4
View file @
3bc9ae71
...
@@ -159,11 +159,9 @@ Firstly, make sure that you're located in the root directory of goSDN.
...
@@ -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.
`goSDN`
provides a
`Makefile`
for all common use cases.
```
sh
```
sh
# build the application files for goSDN, cSBI orchestrator, gosdnc (CLI).
# build the application files for goSDN, cSBI orchestrator (currently not in use), gosdnc (CLI).
make build
# build the Dockerfiles for goSDN, cSBI orchestrator, gosdnc (CLI).
make build
make containerize-all
```
```
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.
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
...
@@ -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
have
[
containerlab
](
https://containerlab.dev/install/
)
installed on your
system.
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
### Playground
With the help of
[
containerlab
](
https://containerlab.dev/
)
we provide simple test environments to play around with.
With the help of
[
containerlab
](
https://containerlab.dev/
)
we provide simple test environments to play around with.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment