From 94efef7679e89e1aec3169a05bec3d7cbee3ba3a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 28 Jun 2019 11:16:45 +0200 Subject: [PATCH] Add Organisation slides for better training experience --- day1/00_Organisation/01_Intro.md | 41 ++++++++++++++++++++++++ day1/06_Server/03_Gitlab_Installation.md | 2 ++ showoff.json | 1 + 3 files changed, 44 insertions(+) create mode 100644 day1/00_Organisation/01_Intro.md diff --git a/day1/00_Organisation/01_Intro.md b/day1/00_Organisation/01_Intro.md new file mode 100644 index 0000000..c2d1723 --- /dev/null +++ b/day1/00_Organisation/01_Intro.md @@ -0,0 +1,41 @@ +!SLIDE subsection +# ~~~SECTION:MAJOR~~~ Training Organisation + +!SLIDE smbullets +# Training Notebook + +* User: training Password: netways +* Base OS is CentOS 7 with Gnome + * Wifi settings are pre-configured + * CLI exercises use the default terminal + * Password-less sudo is pre-configured +* GitLab App from NWS - nws.netways.de, test account required + + +~~~SECTION:handouts~~~ + +**** + + +~~~ENDSECTION~~~ + +!SLIDE smbullets +# Create GitLab app in NWS + +* Objective: + * Create a new GitLab app in NWS +* Steps: + * Navigate to https://nws.netways.de and register a trial account if not existing + * Choose Apps > GitLab CE > Basic + * Deploy the app + * Choose `Access` and `Live View` and set a secure password for the `root` user. + * Login with `root` and your chosen password. + * Wait for the trainer with the Git Basics. + +~~~SECTION:handouts~~~ + +**** + + +~~~ENDSECTION~~~ + diff --git a/day1/06_Server/03_Gitlab_Installation.md b/day1/06_Server/03_Gitlab_Installation.md index 4af4c87..7d7cc67 100644 --- a/day1/06_Server/03_Gitlab_Installation.md +++ b/day1/06_Server/03_Gitlab_Installation.md @@ -24,6 +24,8 @@ handout. !SLIDE smbullets # Lab ~~~SECTION:MAJOR~~~.~~~SECTION:MINOR~~~: Create GitLab app in NWS +**Note**: Skip this lab if already done. + * Objective: * Create a new GitLab app in NWS * Steps: diff --git a/showoff.json b/showoff.json index 88c6edb..7f2cfbe 100644 --- a/showoff.json +++ b/showoff.json @@ -22,6 +22,7 @@ {"section": "global/pre/netways/about"}, {"section": "global/pre/hints"}, + {"section":"day1/00_Organisation"}, {"section":"day1/01_Introduction"}, {"section":"day1/02_Configuration"}, {"section":"day1/03_Basics"},