Skip to content

Importing templates library

Sergei Pogrebnyak edited this page Apr 30, 2018 · 11 revisions

Quick Start

The template library is automatically imported when you use SoftwareAG/sagdevops-cc-server project to setup your Command Central server

git clone --recursive https://github.com/SoftwareAG/sagdevops-cc-server.git
cd sagdevops-cc-server
ant boot -Daccept.license=true
ant up

When the above process is completed

  • sagdevops-cc-server/library/templates folder contains all default templates source code
  • All default templates are imported into your Command Central server and are ready to be used

Next: Using default templates

Clone this wiki locally