Curriculum for iSAQB Enterprise Architecture Management for Software Architects
This is copyrighted work.
This repository contains the curriculum for the iSAQB Advanced Level module Enterprise Architecture Management for Software Architects
-
Clone the repository - including the submodule:
Via SSH: git clone [email protected]:isaqb-org/curriculum-eam.git --recursive Via HTTPS: git clone https://github.com/isaqb-org/curriculum-eam.git --recursive
-
Build the project with gradle (you need a locally installed JDK 17 or higher) via
./gradlew
. -
Once the "BUILD SUCCESSFUL" is show, you can review the build result under
./build/
This repository is currently maintained by the curators of the EAM module. It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too.