Skip to content
GuentherJulian edited this page Mar 23, 2021 · 7 revisions

Download and setup

Carry out the following steps to use the tutorial compiler:

  1. Clone this repository
  2. Install typescript if not already installed (npm install -g typescript)
  3. Clone the tutorials repository in a folder next to the tutorial-compiler repository (git clone https://github.com/devonfw-forge/tutorials.git)
  4. Open a terminal and navigate into the cloned tutorial-compiler repository
  5. Install the dependencies (npm install)
  6. Execute the build script (localBuildRun.ps1 or localBuildRun.sh)
      Parameters
      These two scripts support two parameters to specify the environments and the playbooks to execute
       * Use the '-e' parameter to specify the environment (example: bash localBuildRun.sh -e katacoda
       * Use the '-p' parameter to specify the playbook (example: bash localBuildRun.sh -p playbook_name
Clone this wiki locally