Skip to content

Commit

Permalink
Removed refrences of GitPod (CircuitVerse#5319)
Browse files Browse the repository at this point in the history
  • Loading branch information
092vk authored Jan 14, 2025
1 parent e9d551d commit 0b16788
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 93 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,5 @@ node_modules
# ignore rbs collection
.gem_rbs_collection

# Ignore vendor folder generated in Gitpod Environment
vendor/

# Ignore .vscode/settings.json
.vscode/settings.json
17 changes: 0 additions & 17 deletions .gitpod.Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod.vscode.settings

This file was deleted.

47 changes: 0 additions & 47 deletions .gitpod.yml

This file was deleted.

1 change: 0 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ There are several ways to run your own instance of CircuitVerse:
| Method | Operating System | Documentation |
| --- | --- | --- |
| GitHub Codespaces | Any | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/remote_development.md#github-codespaces) |
| Gitpod Cloud Environment | Any | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/remote_development.md#gitpod-cloud-environment) |
| Native Setup | Linux | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/manual/linux.md) |
| Native Setup | Mac | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/manual/mac.md) |
| Docker Development Environment | Windows | [Click Here](https://github.com/CircuitVerse/CircuitVerse/tree/master/installation_docs/docker.md#windows) |
Expand Down
2 changes: 0 additions & 2 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
config.vapid_private_key = ENV["VAPID_PRIVATE_KEY"] || "FkEMkOQHvMybUlCGH-DsOljTJlLzYGb3xEYsFY5Roxk="

Rails.application.configure do
# Whitelist gitpod domain in dev envionment
config.hosts << /.*\.gitpod\.io\Z/
config.hosts << /.*\Z/ # Whitelist everything in Dev
end

Expand Down
20 changes: 0 additions & 20 deletions installation_docs/remote_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,4 @@ If you required to restart the server

---

### Gitpod Cloud Environment
[Gitpod](https://www.gitpod.io/) is a free platform that allows you to develop CircuitVerse in a cloud VS Code environment.

**Steps to setup**
1. Fork current repository
2. Open the forked repository and navigate to `installation_docs/remote_development.md`
3. Click on the `Open in Gitpod` button below
[![Open Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/)
4. Login with your GitHub account
5. Click on `New Workspace`
6. Paste URL of your forked repository
7. Click on `Create Workspace`
8. Wait for the workspace to be prepared

If you required to restart the server
- Type `Ctrl+C` in terminal to stop the server
- Run `./bin/dev` to start the server again

---

**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 comments on commit 0b16788

Please sign in to comment.