From 528845bb93b797dcd16757b47ed0b0cde3f39296 Mon Sep 17 00:00:00 2001 From: chenzhipei <18605199364@163.com> Date: Tue, 18 Jun 2024 07:24:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=BF=9C=E7=A8=8B=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=AF=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deploy/gitpod.md | 13 ------ .../current/deploy/gitpod.md | 44 ------------------- 2 files changed, 57 deletions(-) delete mode 100644 docs/deploy/gitpod.md delete mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/deploy/gitpod.md diff --git a/docs/deploy/gitpod.md b/docs/deploy/gitpod.md deleted file mode 100644 index 3135f59..0000000 --- a/docs/deploy/gitpod.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -sidebar_position: 99 ---- - -# Try with Gitpod - -Gitpod is an online Integrated Development Environment (IDE) which is used for software development. It's a cloud-based service that allows developers to work on their projects directly from their web browser. This service provides a complete dev environment for every Git project, including pull requests and branches. - -You can use [Gitpod](https://gitpod.io/) to run this steedos project remotely. - -- [https://gitpod.io/#https://github.com/steedos-labs/contract](https://gitpod.io/#https://github.com/steedos-labs/contract) - - diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deploy/gitpod.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deploy/gitpod.md deleted file mode 100644 index cbe4c22..0000000 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deploy/gitpod.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: 远程环境试用 -sidebar_position: 3 ---- - -借助 [Gitpod](https://gitpod.io/),只需点击鼠标,即可开通一套远程开发环境。 - -## 注册Steedos ID账户 - -请使用企业邮箱,在[华炎统一身份认证平台](https://id.steedos.cn/) 注册账户,注册过程中需要邮箱验证,验证注册完成后,注册成功后即可使用统一账号登录包含华炎 GitLab DevOps 、 Gitpod 、华炎官网商城以及Gitpod启动后的云服务初始化等远程服务。 - - ![](https://console.steedos.cn/api/files/images/63298b0c718ce4003ea78f0c) - -## 登录DevOps Gitlab环境 - -访问[SteedosDevOps平台](https://gitlab.steedos.cn/) 时,可以直接使用注册好的Steedos ID账号进行登录,若浏览器记住steedos id账号信息时,点击“Steedos ID登录”直接跳转进DevOps Gitlab环境,若没有注册Steedos ID,参考注册流程按照步骤注册即可。 - - ![](https://console.steedos.cn/api/files/images/63298b17718ce4003ea78f0d) - -## 启动Gitpod远程开发环境 - -访问 [Steedos模板项目](https://gitlab.steedos.cn/steedos/steedos-project-template) ,也可以在登录DevOps Gitlab环境后,找到公开的“steedos-project-template”点击右上角派生(Fork)按钮,可以把项目复制到自己的账户下。 - -项目**派生(Fork)**成功后,点击”Gitpod”按钮即可一键启动远程开发环境。 - - ![](https://console.steedos.cn/api/files/images/m59GEDNmorBfDfxPx) - -启动远程开发环境后会自动执行以下操作,它可以节省开发人员大量时间: - -* 自动分配远程服务器资源。 -* 自动从网络下载并加载SteedosDocker镜像。 -* 自动安装和配置MongoDB数据库,并以集群模式启动数据库。 -* 自动安装、配置和启动Redis数据库。 -* 自动安装必要的VS Code插件,包括元数据同步、简体中文语言包等。 -* 自动安装项目依赖的NPM包。 -* 自动执行 `yarn start` 启动项目。 - -## 访问Steedos - -远程开发环境启动完成,会自动弹出浏览器,如果未弹出,可能被拦截。 - -可以手动在浏览器中输入访问地址,只需要在 Gitpod 网址前加上端口号即可。 - -比如Gitpod访问地址为`https://gold-stingray-81a30kah.ws.vscode.steedos.cn/`,我们只要输入地址 `https://5000-gold-stingray-81a30kah.ws.vscode.steedos.cn/`即可访问刚运行起来的项目。