/uni-sdi-notes

Notes for the software defined infrastructure course at HdM Stuttgart.

Primary LanguageMakefileGNU Affero General Public License v3.0AGPL-3.0

Uni Software Defined Infrastructure Notes

Notes for the software defined infrastructure course at HdM Stuttgart.

mdBook CI

Overview

You can view the notes on GitHub pages, download them from GitHub releases or check out the source on GitHub.

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and open the notes locally, run the following:

$ 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