Skip to content

Commit

Permalink
Final slides for 20241107
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 6, 2024
1 parent 92013c5 commit a0080c6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 150_gitlab/001_quickstart/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ done

<i class="fa-duotone fa-medal fa-3x fa-duotone-colors" style="float: right;"></i>

Go to http://gitlab.seatN.inmylab.de
Go to `http://gitlab.seatN.inmylab.de`

Enter user `root`

Expand All @@ -54,4 +54,4 @@ docker exec -it gitlab cat /etc/gitlab/initial_root_password \

Open browser and go to `http://seatN.inmylab.de` (substitute N with your number)

**Do not worry about the banner! New users require admin approval**
<i class="fa-duotone fa-triangle-exclamation"></i> **Do not worry about the banner! New users require admin approval** <i class="fa-duotone fa-triangle-exclamation"></i>
1 change: 0 additions & 1 deletion 150_gitlab/demo_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ Test VM:

```bash
docker version
git clone https://github.com/nicholasdille/container-slides
```
7 changes: 0 additions & 7 deletions 150_gitlab/goals.md

This file was deleted.

19 changes: 17 additions & 2 deletions 2024-11-07_heise-GitLab-Ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,32 @@

<h1 style="font-size: 1.5em; color: white;">GitLab Ops</h1>

<p><img src="images/logos/heise-academy.svg" style="float: left; height: 1em;" /></p>

<h2 style="font-size: 1.2em; text-transform: none; color: white;">Workshop</h2>

<p><i>Nicholas Dille, Haufe Group</i></p>

<p><img src="images/logos/heise-academy.svg" style="height: 1em;" /> <a href="https://heise-academy.de"> </a></p>
<p><a href="https://heise-academy.de"> </a></p>
</section>

<section data-markdown="000_introduction/02_bio.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section id="agenda" data-separator="^---$" data-separator-vertical="^--$">
<h2>Agenda</h2>

<i class="fa-duotone fa-4x fa-list-check" style="float: right;"></i>

<ul id="bullets" class="fa-ul" style="line-height: 1.5em; font-size: larger; margin-top: 0.5em;">
<li><span class="fa-li"><i class="fa-duotone fa-rocket"></i></span> Quickstart using Docker</li>
<li><span class="fa-li"><i class="fa-duotone fa-globe"></i></span> Configure through the web UI</li>
<li><span class="fa-li"><i class="fa-duotone fa-stars"></i></span> Proper deployment</li>
<li><span class="fa-li"><i class="fa-duotone fa-file-code"></i></span> Configure through the config file</li>
<li><span class="fa-li"><i class="fa-duotone fa-hand-sparkles"></i></span> Operational tasks</li>
</ul>
</section>

<section data-markdown="000_introduction/heise_academy_housekeeping.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section data-markdown="000_introduction/who_are_you.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section data-markdown="150_gitlab/goals.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section data-markdown="150_gitlab/agenda.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section data-markdown="150_gitlab/demo_environment.md" data-separator="^---$" data-separator-vertical="^--$"></section>
<section data-markdown="150_gitlab/000_intro/product.md" data-separator="^---$" data-separator-vertical="^--$"></section>
Expand Down
19 changes: 17 additions & 2 deletions 2024-11-07_heise-GitLab-Ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,24 @@ event:
logo: images/logos/heise-academy.svg
link: https://heise-academy.de

slides:
pre_slides:
- 000_introduction/02_bio.md

agenda:
- icon: rocket
text: Quickstart using Docker
- icon: globe
text: Configure through the web UI
- icon: stars
text: Proper deployment
- icon: file-code
text: Configure through the config file
- icon: hand-sparkles
text: Operational tasks

slides:
- 000_introduction/heise_academy_housekeeping.md
- 000_introduction/who_are_you.md
- 150_gitlab/goals.md
- 150_gitlab/agenda.md
- 150_gitlab/demo_environment.md
- 150_gitlab/000_intro/product.md
Expand Down Expand Up @@ -88,3 +101,5 @@ events:
type: Workshop
title: GitLab CI
link: https://heise-academy.de/Workshops/cicd-gitlab

post_slides: []
2 changes: 1 addition & 1 deletion themes/theme2022.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.reveal pre {
font-size: 1em;
font-size: 0.8em;
}

.reveal pre code {
Expand Down

0 comments on commit a0080c6

Please sign in to comment.