-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,10 @@ | ||
## Getting started with a new training content repository | ||
# About this Training | ||
|
||
- Open the [course-starter-template](https://github.com/RedHatQuickCourses/course-starter-template) | ||
**Click here: [![Contribute](https://www.eclipse.org/che/contribute.svg)](https://devspaces.apps.tools-na100.dev.ole.redhat.com/#https://github.com/RedHatQuickCourses/test-hol) to start the development using devspace.** | ||
|
||
- Click on `Use This template` button and select `Create a new repository` option. | ||
FIXME: Add short description about your training here. | ||
|
||
![use-this-template.png](./images/use-this-template.png) | ||
# Objectives | ||
|
||
- On `Create a new repository` page, Select the options as highlighted in the below image and then click `Create repository` button at the bottom of the page. | ||
FIXME: Add here the list of objectives being covered in this training. | ||
|
||
![create-new-repo.png](./images/create-new-repo.png) | ||
|
||
- Clone this repository on your local system: | ||
``` | ||
git clone [email protected]:RedHatQuickCourses/my-training-repository.git | ||
``` | ||
NOTE: Use your repository url in the above command. | ||
|
||
- Go in to the course repository directory and initialize the course. | ||
``` | ||
cd my-training-repository/ | ||
sh course-init.sh --type bfx --lab demo | ||
``` | ||
NOTE: If you are using Mac, use *zsh* in place of *sh* in the above command. | ||
|
||
Sample output: | ||
``` | ||
Initializing my-training-repository . . . done | ||
Please replace the specified strings in the files below and commit the changes before proceeding with the course development. | ||
antora.yml:title: REPLACE Course Title | ||
``` | ||
|
||
- Edit the files prompted by course initialization script. | ||
|
||
- Commit the changes done by course initialization script and your manual edits. | ||
``` | ||
git status | ||
git add -A; git commit -m "course initialization" | ||
git push origin main | ||
``` | ||
|
||
- Browse your git repository url | ||
|
||
- On your github repo page, on left hand side pane, click on settings gear icon near `About` heading. | ||
|
||
- Click `Use your GitHub Pages website` option to select (checked) it and then click `Save changes` button. | ||
|
||
![github-pages-setting](./images/github-pages-setting.png) | ||
|
||
- You should now see the link to access the rendered content within that same block. | ||
|
||
![quickcourse-rendered-url](./images/quickcourse-rendered-url.png) | ||
|
||
FIXME: highlight the relevant area on images. | ||
|
||
**SEE ALSO** | ||
|
||
- [Development using devspace](./DEVSPACE.md) | ||
- [Guideline for editing your content](./USAGEGUIDE.adoc) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
= Lab Environment | ||
|
||
FIXME: Instructions for accessing the lab environment for this hands-on based training. | ||
== Instructions to Launch Your Lab on the Red Hat Online Learning (ROLE) Platform | ||
|
||
. **Log in** to the xref:#ROLE-Portal-Links[ROLE platform] | ||
. **Search** for the catalog entry: **FIXME Lab Catalog Name**. | ||
. **Click** on the **Launch** button for the catalog entry in the search results. | ||
. On the Course page, **click** the **Lab Environment** tab. | ||
. Click on the **Create** button on the Lab Environment page to launch the lab. | ||
. Wait for the lab creation process to complete. | ||
. When the lab is created, refer to the **SSH Private Key & Instructions** on the page to access your lab. | ||
|
||
[[ROLE-Portal-Links]] | ||
=== ROLE Portal Links | ||
- RedHat associates: https://role.rhu.redhat.com/rol-rhu/app/[https://role.rhu.redhat.com/rol-rhu/app/,window=_blank] | ||
- RedHat partners: https://rol.redhat.com/rol/app[https://rol.redhat.com/rol/app,window=_blank] | ||
|