Skip to content

Commit 0a47443

Browse files
committed
adds codespaces
1 parent cc523cf commit 0a47443

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,11 @@ $ source env/bin/activate
100100
$ env\Scripts\activate
101101
```
102102

103-
However, the packages are already installed, so there is no need to run pip again.
103+
However, the packages are already installed, so there is no need to run pip again.
104+
105+
## Exercise Environment for this Course
106+
107+
You can launch an exercise environment for this course using GitHub Codespaces by
108+
following [this](codespaces.md) walkthrough.
109+
110+
Alternatively, you can perform these exercises directly on your computer. Refer to the instructions about setting up a local development environment, which you'll find in the "About this Course" chapter.

codespaces.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ This will open a new tab containing a familiar VSCode-style interface. It may ta
1212

1313
Eventually, the Codespace will display the readme for the repo in the top two-thirds of the screen, and a Temporal Service running on the command line in the bottom third of the screen:
1414

15+
<<<<<<< HEAD
1516
![3 — Loaded Codespace](https://raw.githubusercontent.com/temporalio/temporal-learning/refs/heads/main/static/courses/common/codespaces/3-loaded-codespace.png)
17+
=======
18+
![3 — Loaded Codespace](https://raw.githubusercontent.com/temporalio/temporal-learning/refs/heads/main/static/courses/common/codespaces/3-loaded-codespace.png)
19+
>>>>>>> 0efc306 (adds codespaces)
1620
1721
There are two things you’ll want to do before getting started: open the Web UI, and open some terminal windows to work in.
1822

@@ -56,4 +60,13 @@ You’re all set. Don’t forget that you can Ctrl+click on the links displayed
5660

5761
Your Codespace will automatically be stopped 30 minutes after you close the browser tab. This is to prevent excessive resource utilization. It can be resumed from the same part of the Github UI if needed, within 30 days of the last time it was used.
5862

59-
![12 — Resume Codespace](https://raw.githubusercontent.com/temporalio/temporal-learning/refs/heads/main/static/courses/common/codespaces/12-resume-codespace.png)
63+
![12 — Resume Codespace](https://raw.githubusercontent.com/temporalio/temporal-learning/refs/heads/main/static/courses/common/codespaces/12-resume-codespace.png)
64+
65+
### Delete Your Codespaces
66+
67+
Once you are done with this course or the exercises, manually delete your codespaces. There are costs associated with storing codespaces. You should therefore delete any codespaces you no longer need. Here are the steps you need to take to delete your codespaces:
68+
69+
1. Visit your codespaces page [here](https://github.com/codespaces).
70+
2. To the right of the codespace you want to delete, click the three dots, then click `Delete`:
71+
72+
![Delete codespace](https://learn.temporal.io/courses/common/codespaces/13-delete-codespaces.png "Delete codespace")

0 commit comments

Comments
 (0)