本篇文章为大家展示了通过devfile怎么创建一个Eclipse Che7 工作区 ,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。
创新互联建站致力于互联网网站建设与网站营销,提供做网站、成都网站建设、网站开发、seo优化、网站排名、互联网营销、微信平台小程序开发、公众号商城、等建站开发,创新互联建站网站建设策划专家,为不同类型的客户提供良好的互联网应用定制解决方案,帮助客户在新的全球化互联网环境中保持优势。
使用devfile导入项目
程序 堆栈定义为devfile。在定义工作区中所需的项目,IDE,命令,工具和应用程序运行时,这为用户提供了更大的灵活性。
在Che 6中,使用Dockerfile定义堆栈。在Che 7中,改用devfile.yaml。 最小的devfile 以下是devfile.yaml文件中所需的最少内容:
apiVersion
元数据名称
项目名称和来源
apiVersion: 1.0.0 metadata: name: che-in-che-out projects: - name: che source: type: git location: 'https://github.com/eclipse/che.git'
有关完整的devfile示例文件,请参阅Che devfile.yaml中的Eclipse Che。
从devfile创建工作区 要从devfile创建工作区:
将devfile.yaml文件提交到Git存储库的根目录中。
当存储库包含devfile.yaml文件时,将正在运行的Che 7实例指向该项目。然后,Che 7实例使用发现的devfile.yaml文件通过/ f?url = API构建工作空间。
例如,在Minishift中使用Che时:http:// che-che。
.nip.io / f?url = https://github.com/eclipse/che。
或者,指向一个纯文本文件:http://che-che.
.nip.io/f?url=https://gist.githubusercontent.com/nickboldt/9551284c2c779a93ccf16bc801416205/raw/7ad1e949880d7f8ed30360e74bb9f8426450db05/devfile.yaml. 或者,使用chectl引用本地devfile。例如,创建一个用于创建Che项目的工作空间:
将Che部署到Minishift(或其他集群)上。
提取devfile并运行chectl命令从Minishift che-che实例中的devfile启动一个名为che-in-che的工作区。
$ wget https://raw.githubusercontent.com/eclipse/che/master/devfile.yaml -o /tmp/devfile.yaml $ ./chectl workspace:start -f /tmp/devfile.yaml -n che-che ✔ Retrieving Che Server URL...http://che-che.`your.IP.address.here`.nip.io ✔ Verify if Che server is running ✔ Create workspace from Devfile /tmp/devfile.yaml Workspace IDE URL: http://che-che.`your.IP.address.here`.nip.io/dashboard/#/ide/che/che-in-che
上述内容就是通过devfile怎么创建一个Eclipse Che7 工作区 ,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注创新互联行业资讯频道。
标题名称:通过devfile怎么创建一个EclipseChe7工作区
分享地址:http://scgulin.cn/article/gdeeeg.html