Skip to content

Commit 0b16788

Browse files
authored
Removed refrences of GitPod (CircuitVerse#5319)
1 parent e9d551d commit 0b16788

File tree

7 files changed

+0
-93
lines changed

7 files changed

+0
-93
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,5 @@ node_modules
101101
# ignore rbs collection
102102
.gem_rbs_collection
103103

104-
# Ignore vendor folder generated in Gitpod Environment
105-
vendor/
106-
107104
# Ignore .vscode/settings.json
108105
.vscode/settings.json

.gitpod.Dockerfile

-17
This file was deleted.

.gitpod.vscode.settings

-3
This file was deleted.

.gitpod.yml

-47
This file was deleted.

SETUP.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ There are several ways to run your own instance of CircuitVerse:
1616
| Method | Operating System | Documentation |
1717
| --- | --- | --- |
1818
| GitHub Codespaces | Any | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/remote_development.md#github-codespaces) |
19-
| Gitpod Cloud Environment | Any | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/remote_development.md#gitpod-cloud-environment) |
2019
| Native Setup | Linux | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/manual/linux.md) |
2120
| Native Setup | Mac | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/manual/mac.md) |
2221
| Docker Development Environment | Windows | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/docker.md#windows) |

config/environments/development.rb

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
config.vapid_private_key = ENV["VAPID_PRIVATE_KEY"] || "FkEMkOQHvMybUlCGH-DsOljTJlLzYGb3xEYsFY5Roxk="
8585

8686
Rails.application.configure do
87-
# Whitelist gitpod domain in dev envionment
88-
config.hosts << /.*\.gitpod\.io\Z/
8987
config.hosts << /.*\Z/ # Whitelist everything in Dev
9088
end
9189

installation_docs/remote_development.md

-20
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,4 @@ If you required to restart the server
1818

1919
---
2020

21-
### Gitpod Cloud Environment
22-
[Gitpod](https://www.gitpod.io/) is a free platform that allows you to develop CircuitVerse in a cloud VS Code environment.
23-
24-
**Steps to setup**
25-
1. Fork current repository
26-
2. Open the forked repository and navigate to `installation_docs/remote_development.md`
27-
3. Click on the `Open in Gitpod` button below
28-
[![Open Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/)
29-
4. Login with your GitHub account
30-
5. Click on `New Workspace`
31-
6. Paste URL of your forked repository
32-
7. Click on `Create Workspace`
33-
8. Wait for the workspace to be prepared
34-
35-
If you required to restart the server
36-
- Type `Ctrl+C` in terminal to stop the server
37-
- Run `./bin/dev` to start the server again
38-
39-
---
40-
4121
**Note:** You can also use the same workspace to work on multiple issues. Just make sure you create a new branch for each issue.

0 commit comments

Comments
 (0)