Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/Lab Tools/cloud-ide-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the
- Noun-phrases
- Relations (Transformer)
- Syntax
- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser
- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js).

- How to use:

- **Start your server**
- If you use the built-in live server, a notification will display the port that was opened.

- Go to **Skills Network Toolbox**, access **Launch Application** and input the port.

- **Access your application:**
- Click **Your Application** to open the server inside the Cloud IDE, or
- Open it in a new browser tab.
13 changes: 12 additions & 1 deletion docs/Lab Tools/cloud-ide-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the
- Noun-phrases
- Relations (Transformer)
- Syntax
- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser
- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js).

- How to use:

- **Start your server**
- If you use the built-in live server, a notification will display the port that was opened.

- Go to **Skills Network Toolbox**, access **Launch Application** and input the port.

- **Access your application:**
- Click **Your Application** to open the server inside the Cloud IDE, or
- Open it in a new browser tab.
17 changes: 14 additions & 3 deletions docs/Lab Tools/cloud-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This area is divided into two sections:
- Tai's Chat Interface: This interface facilitates communication between the learner and Tai, featuring chat history, and learners' message input field.
- Lab instructions: These instructions guide learners through the learning activities and exercises.

### Cloud IDE Features
## Cloud IDE Features

Cloud IDE empowers learners with a comprehensive IDE experience, including:
- File/folder management: Organize and manage files and folders efficiently.
- Terminal: Execute commands and interact with the underlying operating system.

#### Skills Network Toolbox:
### Skills Network Toolbox:

Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the Skills Network Toolbox Icon button located on the left-hand side of the Cloud IDE menu bar. This toolbox offers a variety of tools to enhance the learning experience and facilitate completion of labs:

Expand Down Expand Up @@ -50,4 +50,15 @@ Within Cloud IDE, learners can access the Skills Network Toolbox by clicking the
- Noun-phrases
- Relations (Transformer)
- Syntax
- Launch Application - This is how you view the application you run within Cloud IDE. This will open a tab either within Cloud IDE or your browser
- Launch Application - This is how you view the application you run within Cloud IDE. The **Launch Application** button lets you view applications running inside the Cloud IDE. It starts a proxy server that makes your local app accessible through the IDE. You can use either the built-in live server or a framework-specific server (e.g., Flask for Python, Express for Node.js).

- How to use:

- **Start your server**
- If you use the built-in live server, a notification will display the port that was opened.

- Go to **Skills Network Toolbox**, access **Launch Application** and input the port.

- **Access your application:**
- Click **Your Application** to open the server inside the Cloud IDE, or
- Open it in a new browser tab.
10 changes: 9 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,12 @@ If your application fails to load or displays errors:
- Check the terminal for any error messages
- Ensure all required dependencies are installed
- Restart your application and try again
- Otherwise, ask to open a support ticket
- Otherwise, ask to open a support ticket

### Problem with user session

If you encounter an issue with your session, try resetting the lab:

1. Click the **Reset Lab** button at the bottom of the left menu bar.
2. **Log out** to complete the reset.
3. After logging out, reopen the lab from your original tab.