You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-03-20-dev-environments.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ If you want to get started with Codespaces, you can just fork [this repo](https:
21
21
22
22
[Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) are a cool way to provision and configure development environments and share that configuration with other people you are working with. It's a spec that is supported by [VS Code](https://code.visualstudio.com/docs/devcontainers/containers), [Visual Studio](https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/), the JetBrains IDEs like [IntelliJ](https://www.jetbrains.com/help/idea/connect-to-devcontainer.html) and [PyCharm](https://www.jetbrains.com/help/pycharm/connect-to-devcontainer.html), [DevPod](https://devpod.sh/docs/developing-in-workspaces/devcontainer-json) and others.
23
23
24
-
## GitPod
24
+
## Gitpod
25
25
26
-
GitPod is another Cloud IDE, a bit like GitHub Codespaces. If prefer GitPod, you can try Defang in a GitPod environment by using [this repo](https://github.com/DefangLabs/gitpod-workspace/tree/main).
26
+
Gitpod is another Cloud IDE, a bit like GitHub Codespaces. If prefer Gitpod, you can try Defang in a Gitpod environment by using [this repo](https://github.com/DefangLabs/gitpod-workspace/tree/main).
Copy file name to clipboardExpand all lines: docs/tutorials/using-codespaces-gitpod.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Using Codespaces and Gitpod
3
3
sidebar_position: 700
4
4
---
5
5
6
-
# Using Codespaces and GitPod
6
+
# Using Codespaces and Gitpod
7
7
8
8
This tutorial will guide you to set up Defang in both GitHub Codespaces and Gitpod.
9
9
@@ -40,23 +40,23 @@ Although it may initially refuse to connect on your localhost, going back will s
40
40
Now that you're logged in, you can use Defang commands. You can test that everything is working properly by running `defang ls` to list your running services.
41
41
42
42
43
-
## Using GitPod With Defang
43
+
## Using Gitpod With Defang
44
44
45
-
### Step 1 - Clone the Defang GitPod Workspace Project
45
+
### Step 1 - Clone the Defang Gitpod Workspace Project
46
46
Start by cloning the [Defang Gitpod-Workspace](https://github.com/DefangLabs/gitpod-workspace) repo and pushing it to your own GitHub, GitLab, or BitBucket account. This repository includes a Workspace configuration that pre-installs Defang.
47
47
48
48
49
-
### Step 2 - Initialize GitPod Workspace
49
+
### Step 2 - Initialize a Gitpod Workspace
50
50
Navigate `https://gitpod.io/#<your-repo-url>` to create your new workspace.
51
-
In the repository, we have a yaml file indicating that we are using a pre-built Dockerfile which installs Defang CLI for you.
51
+
In the repository, we have a YAML file indicating that we are using a pre-built Dockerfile which installs Defang CLI for you.
52
52
53
53
54
-
### Step 3 - Lauch VS Code from GitPod
55
-
Open VS Code from GitPod, you will likely need to have the GitPod VS Code extension installed.
54
+
### Step 3 - Lauch VS Code from Gitpod
55
+
Open VS Code from Gitpod, you will likely need to have the Gitpod VS Code extension installed.
56
56
57
57

58
58
59
-

59
+

0 commit comments