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

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Jul 22, 2022
1 parent 377e310 commit 87f0e09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# IntelliJ IDEA on web, but serverless

> ⚠️ 这是一个仍在开发的项目,请过段时间再来看看吧。<br>
> ⚠️ this is still a work-in-progress project, check back in a while.
----

[![Package type](https://editor.devsapp.cn/icon?package=idea-webide&type=packageType)](https://www.serverless-devs.com)
[![Package version](https://editor.devsapp.cn/icon?package=idea-webide&type=packageVersion)](https://www.devsapp.cn/details.html?name=idea-webide)
[![Package download](https://editor.devsapp.cn/icon?package=idea-webide&type=packageDownload)](https://www.devsapp.cn/details.html?name=idea-webide)

## 应用背景

在云的时代,我们已经能够轻松地在阿里云函数计算上,部署一个在线版 VSCode。然而 VSCode 的后端开发体验仍然不如 IntelliJ IDE。虽然市面上已经出现了 [Eclipse Che](https://www.eclipse.org/che/)[云效云端开发平台 DevStudio](https://www.aliyun.com/product/yunxiao/devstudio) 等支持 IntelliJ 的在线开发平台,但是部署复杂、不够轻量。由此引发思考:能不能把 IntelliJ IDE 也搬上 Serverless?享受 Serverless 即搭即用、按量付费的特性呢?
Expand Down
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: idea-webide
Version: 0.0.10
Version: 0.0.11
Provider:
- 阿里云
Description: 基于 custom 运行时的 idea 版本的 serverless webide
Expand Down
2 changes: 2 additions & 0 deletions src/start-local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
java -Xmx256m -Xmx256m -Xmn128m -Xss512k -Dio.netty.leakDetectionLevel=advanced -Dprojector.start.shell=/home/mae/workspace/idea-serverless/src/projector-local.sh -jar middle-server/target/middle-server.jar

0 comments on commit 87f0e09

Please sign in to comment.