https://github.com/pojntfx/uni-sdi-notes
Notes for the software defined infrastructure course at HdM Stuttgart.
https://github.com/pojntfx/uni-sdi-notes
devops hdm-stuttgart sdi sysadmin
Last synced: 11 months ago
JSON representation
Notes for the software defined infrastructure course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-sdi-notes
- Owner: pojntfx
- License: agpl-3.0
- Created: 2021-10-18T13:51:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T04:56:37.000Z (over 3 years ago)
- Last Synced: 2024-05-02T02:57:27.284Z (about 2 years ago)
- Topics: devops, hdm-stuttgart, sdi, sysadmin
- Language: Makefile
- Homepage: https://pojntfx.github.io/uni-sdi-notes/
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni Software Defined Infrastructure Notes
Notes for the software defined infrastructure course at HdM Stuttgart.
[](https://github.com/pojntfx/uni-sdi-notes/actions/workflows/mdbook.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-sdi-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-sdi-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-sdi-notes).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open the notes locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-sdi-notes.git
$ cd uni-sdi-notes
$ make dev
```
The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni Software Defined Infrastructure Notes (c) 2022 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0