Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

A template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud via JetBrains DataGrip.

License

Notifications You must be signed in to change notification settings

gitpod-io/template-jetbrains-datagrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS PROJECT IS NOW DEPRECATED ⚠️

Following release of JetBrains Gateway support in Gitpod, JetBrains projector is now no longer officially supported by Gitpod.


A JetBrains DataGrip template on Gitpod

This is a JetBrains DataGrip template configured for ephemeral development environments on Gitpod.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

Get Started With Your Own Project

A new project

Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.

An existing project

To get started with JetBrains DataGrip on Gitpod, add a .gitpod.yml file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.

Notes & caveats

This template is configured to use JetBrains Projector which is a self-hosted technology that runs IntelliJ-based IDEs and Swing-based apps on servers, allowing you to access them from anywhere using browsers and native apps.

To learn more about JetBrains Projector head to:

User Settings

/workspaces/template-jetbrains-datagrip is mounted as the home dir in the Docker container so that settings and projects can be version controlled and thus persisted between launches. After creating the template adjust the bind mount .gitpod.yml as required with name of your git repository:

# Original
sudo docker run --rm -p 8887:8887 -v /workspace/template-jetbrains-datagrip/.jetbrains:/home/projector-user 

# Updated
sudo docker run --rm -p 8887:8887 -v /workspace/my-jetbrains-repository/.jetbrains:/home/projector-user 

About

A template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud via JetBrains DataGrip.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published