-
Notifications
You must be signed in to change notification settings - Fork 11
How to write your first katacoda scenario for devonfw
SchettlerKoehler edited this page Aug 7, 2020
·
2 revisions
- Fork the repository that contains the existing tutorials https://github.com/devonfw/katacoda-scenarios
- Register at https://katacoda.com. In the registration process you are asked to configure a repository. Choose the manual configuration and follow the steps for the forked repository.
- Execute npm install katacoda-cli –global to install die katacoda-cli
- Clone the forked repository
- Open a terminal in the folder of the cloned repository.
- Run katacoda scenarios:create
- For a tutorial on how to use the command see: https://katacoda.com/scenario-examples/scenarios/create-scenario-101
- Fill the files in the new folder
- Hint: Use/abuse an existing tutorial to test your commands before you write the text for the files e.g. https://katacoda.com/scenario-examples/courses/uilayouts/uilayout-terminal-with-vscode
- Further Information:
- Commit and push your changes
- Try your new scenario at: https://katacoda.com/[your_username]/scenarios/[folder_name_in_repository]