coding / WebIDE

Coding WebIDE Community Edition
https://ide.coding.net/community
BSD 3-Clause "New" or "Revised" License
1.71k stars 411 forks source link

WebIDE-Frontend中的task.yaml.tpl配置有问题 #329

Closed zhanghengjingyu closed 5 years ago

zhanghengjingyu commented 6 years ago

main-packageList │ fork │ stopped │ 92 │ 0% │ 0 B │ main-project │ fork │ stopped │ 92 │ 0% │ 19.4 MB │ plugin-debugger │ fork │ errored │ 0 │ 0% │ 0 B │ plugin-platform │ fork │ errored │ 0 │ 0% │ 0 B │ 这几个项目在哪里呀,WebIDE-Frontend中没有找到?可以解释下吗? apps:

502647092 commented 6 years ago

应该是WebIDE的插件 开源版本暂时没有插件

zhanghengjingyu commented 6 years ago

如果没有这几个插件我该如何把前端跑起来呀,卡在这里了?

502647092 commented 6 years ago

我是直接用Docker跑的 你可以试试

sunzp21 commented 5 years ago

请问楼主怎么解决的?我在terminal里面用yarn start可以运行,但是前端的shell终端功能用不了,貌似请求地址不对,怎么改啊?

502647092 commented 5 years ago

试试Docker版本 #347

sunzp21 commented 5 years ago

试试Docker版本 #347

Dcoker版本确实可以,但是我需要对前端进行修改,Docker版本怎么修改?

502647092 commented 5 years ago

试试Docker版本 #347

Dcoker版本确实可以,但是我需要对前端进行修改,Docker版本怎么修改?

这东西很久没人管了 现在和TX合作之后 估计都去搞新的了 安利你一个新的IDE https://github.com/theia-ide/theia 在线版本的VSCode

KevenYoung commented 5 years ago

这个配置可以不用管的,要跑起来不能只启动前端 要在本项目里(WebIDE 项目)

./ide.sh build   # transpile and pack the frontend to webjars
./ide.sh run     # start the backend server

前后端同时启动