gitpod

授权协议 View license
开发语言 C/C++
所属分类 应用工具、 文档/文本编辑
软件类型 开源软件
地区 不详
投 递 者 商高谊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Gitpod

Always ready-to-code.

Gitpod is an open-source Kubernetes application for ready-to-code developer environments that spins up fresh, automated dev environmentsfor each task, in the cloud, in seconds. It enables you to describe your dev environment as code and start instant, remote and cloud-based developer environments directly from your browser or your Desktop IDE.

Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug or do a code review.

browser-vscode

Features

�� Dev environments as code - Gitpod applies lessons learned from infrastructure-as-code. Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control and share dev environments across your team.

⚡️ Prebuilt dev environments - Gitpod continuously prebuilds all your git branches similar to a CI server. Control how Gitpod pre-configures and initializes environments before you even start a workspace through init commands in your .gitpod.yml.

�� Integrated Docker build - Gitpod instantly starts a container in the cloud based on your Docker image. Tools that are required for your project are easy to install and configure.

�� GitLab, GitHub, and Bitbucket integration - Gitpod seamlessly integrates in your workflow and works with all major git hosting platforms including GitHub, GitLab and Bitbucket.

�� Integrated code reviews - with Gitpod you can do native code reviews on any PR/MR. No need to switch context anymore and clutter your local machine with your colleagues PR/MR.

��‍♀️ Collaboration - invite team members to your dev environment or snapshot any state of your dev environment to share it with your team asynchronously.

�� Professional & customizable developer experience - a Gitpod workspace gives you the same capabilities (yes, even root & docker) as your Linux machine - pre-configured and optimized for your individual development workflow. Install any VS Code extension with one click on a user and/or team level.

Learn more ��

Gitpod is provided as a managed Saas version with a free subscription for open-source or a free self-hosted version. An enterprise license is available here.

Getting Started

You can start using Gitpod with one or more of the following ways:

  1. Quick start using an Example Project or OSS Project
  2. Getting started with one of your existing projects
  3. Use a Prefixed URL
  4. Install Browser Extension
  5. Enable GitLab Integration

Documentation

All documentation can be found on https://www.gitpod.io/docs.For example, see Introduction and Getting Started sections. ��

Questions

For questions and support please use the community forum or the community discord server.Join the conversation, and connect with other community members. ��

You can also follow @gitpod for announcements and updates from our team.

Issues

The issue tracker is used for tracking bug reports and feature requests for the Gitpod open source project as well as planning current and future development efforts. ��️

You can upvote popular feature requests or create a new one.

Development Process

We work with quarterly roadmaps in autonomous product teams.

Related Projects

During the development of Gitpod we also developed some our own infrastructure tooling to make development easier and more efficient.To this end we've developed a number of open source projects including:

  1. Werft - A Kubernetes native CI system
  2. Leeway - A heavily caching build system
  3. Dazzle - An experimental Docker image builder
  4. OpenVSCode Server - Run the latest VS Code on a remote machine accessed through a browser

Code of Conduct

We want to create a welcoming environment for everyone who is interested in contributing to Gitpod or participating in discussions with the Gitpod community.This project has adopted the Contributor Covenant Code of Conduct, version 2.0.

  • 前言 在开发过程中,无论是前端开发还是后端开发,哪里都少不了调试.如果很不幸不能连接到生产服务器进行调试,那在开发的电脑上就需要配备所以在生产服务器上多所有东西。这意味着电脑要运行许多环境,例如Mysql,Nginx,Docker等。对于我这样的电脑配置一般的同学,把这些环境一开,再开个Vscode,再开个浏览器查资料,基本电脑Cpu就满了,我相信大多数人都是这样的体验。没有好的电脑,在开发过程中

  • Create a .gitpod.dockerfile and then restart workspace FROM gitpod/workspace-mysql if still can't find mysql command, directly install mysql-server sudo apt install mysql-server check gitpod workspace

  • 原文作者:Sven Efftinge 原文链接:medium.com/gitpod/gitp… 经过一年多的密集工作,我们很自豪地宣布Gitpod的公测版。 Gitpod是一个在线IDE,可以从任何GitHub页面启动。只需在任何GitHub-URL前加上“https://gitpod.io#”,或使用我们的浏览器扩展为GitHub页面添加一个按钮。 在几秒钟之内,Gitpod就可以为您提供一个完

  • pod lib lint –verbose pod trunk push WordPress-Editor-iOS-Extension.podspec –verbose –allow-warnings pod setup pod install –verbose –no-repo-update git pull origin master git remote add origin https:/

相关阅读

相关文章

相关问答

相关文档