This is copyrighted work.
This repository contains a template for iSAQB Advanced Level curricula in AsciiDoc. This repository contains the iSAQB Advanced Level curriculum for CLOUDINFRA - Infrastructure, Container and Cloud Native in AsciiDoc.
-
Clone the repository - including the submodule:
Via SSH: git clone git@github.com:isaqb-org/curriculum-cloudinfra.git --recursive Via HTTPS: git clone https://github.com/isaqb-org/curriculum-cloudinfra.git --recursive
-
Build the project with gradle (you need a locally installed JDK) via
./gradle-tools/gradlew buildDocs. -
Once the "BUILD SUCCESSFUL" is show, you can review the build result under
./build/index.html
This repository is currently maintained by Benjamin Wolf. It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too.