• Stars
    star
    1,709
  • Rank 27,197 (Top 0.6 %)
  • Language
    Shell
  • License
    BSD 3-Clause "New...
  • Created about 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Coding WebIDE Community Edition

Coding WebIDE

License Build Status Docker Stars Docker Pulls

README: English | 中文


WebIDE is now upgraded to Cloud Studio,welcome to our new homepage https://studio.coding.net/


Coding WebIDE(https://ide.coding.net) is a cloud-based IDE developed by Coding Team.You can create your own workspace and develop projects here.WebIDE works fine with Git. You can use Coding、GitHub、BitBucket、GitLab as your Git repository. Workspaces are powered by Docker Ubuntu containers.The development environment can be saved and shared to your team member.

Live Demo

Please submit issues to corresponding projects, that'll help us make issues tracking easier so that we can provide timely help to you. Submit frontend issues at WebIDE-Frontend and backend issues at WebIDE-Backend.

Features

  1. Built-In Terminal
  2. Syntax Highlighting
  3. Language Tools
  4. Themes
  5. Split View
  6. VIM/Emacs Mode
  7. Previews

This is the entry point to setup and run the WebIDE Community Edition project. It includes other 3 repos as git submodules.

Modules

Environment

WebIDE Frontend require node v6.x as build environment (this will save you from alot of weird errors). We recommend yarn for package management, webpack and babel is used for building.

Frontend Webjars & WebIDE Backend use maven3 and java8.

The project requires at minimum 512MB memory to run. Please ensure you have corresponding tools installed in your environment before build and run the project.

Native Server

Clone from coding.net:

git clone [email protected]:coding/WebIDE.git

Clone from github.com:

git clone [email protected]:Coding/WebIDE.git

Init and pull submodules:

git submodule init
git submodule update

This will also clone the other 3 repos via git submodule mechanism.

We provide a shell script ide.sh to ease the process for you.

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

Server runs on port 8080 by default, visit localhost:8080 to check it out.

Configurations

backend/src/main/resources/application.properties contains configurations of user, project, database, etc., you can change these parameters to meet your need:

  • SPACE_HOME: path to your workspace directory, default to ~/.coding-ide/workspace
  • server.port: backend server port
  • USERNAME: username, used by git as its user.name config when commit, defaults to "coding"
  • EMAIL: email, used by git as its user.email config when commit, defaults to "[email protected]"
  • AVATAR: user's avatar
  • CODING_IDE_HOME: path to store WebIDE application's data, default to ~/.coding-ide

If changed, restart the application to let your configurations take effect. Note that changes on USERNAME, EMAIL WILL NOT apply to workspaces that are already created.

Docker Server

docker run -p 8080:8080 -v coding-ide-home:/root/.coding-ide webide/webide

To learn more about docker commands,please refer to wiki English 中文

More Repositories

1

Coding-iOS

CODING iOS 客户端源代码
Objective-C
3,802
star
2

WebIDE-Frontend

WebIDE 前端项目
JavaScript
380
star
3

Coding-iPad

CODING iPad 客户端源代码
Objective-C
298
star
4

Coding-Android

Coding Android 客户端源代码
HTML
264
star
5

WebIDE-Backend

WebIDE 后端项目
Java
229
star
6

coding-download-center

CODING 公共制品库
Shell
53
star
7

WebIDE-Frontend-Webjars

webjar 项目,用于将 WebIDE 前端打包成 webjar
40
star
8

emoji-java

emoji-java
Java
35
star
9

coding.github.io

🌏最👍的云端开发平台 > https://coding.github.io
HTML
33
star
10

m.coding.net

https://m.coding.net 源代码
JavaScript
21
star
11

awesome-blogs

最佳 Coding Pages 博客合集
16
star
12

Comments

(Migrated) A comment system based on Coding.net
JavaScript
13
star
13

Coding-Plugin-for-JetBrains

Coding-Plugin-for-JetBrains
Java
11
star
14

Coding-Emoji

Coding 洋葱猴表情 😄 欢迎大家提交自己的个性洋葱猴表情 ^_^
HTML
7
star
15

ci-plugins

plugins for coding-ci
6
star
16

coding-cli

CODING 命令行工具,提供事项导入导出等功能
PHP
4
star
17

helm-push

用于推送 Chart 包到 Coding 制品库的 Helm 插件。
Shell
4
star
18

Webhook.v2.Demo

JavaScript
4
star
19

coding-generic

用于推送 generic 类型的制品到制品库
JavaScript
4
star
20

url2pic

A web service for fetching url and converting into image using headless Chromium.
JavaScript
3
star
21

Coding-Plus

为 Coding.net 添加更多酷炫的特性的 Chrome 插件!
CSS
3
star
22

coding-sketch-toolkit

A series of sketch scripts for CODING designers
JavaScript
2
star
23

WebIDE-CI

Java
2
star
24

coding-activeness-graph-widget

Coding 活跃图挂件
JavaScript
2
star
25

coding-sdk-php

CODING.net SDK for PHP
PHP
1
star
26

coding-design-token-vscode-snippets

1
star
27

cloudstudio-extension

The cloudstudio.d.ts node module
1
star
28

pages-builder-jekyll

Coding Pages Builder for Jekyll
Shell
1
star
29

WebIDE-Plugin-Env

ENV for Coding/WebIDE
JavaScript
1
star
30

coding-images

扣钉 Docker images,用于持续集成
Dockerfile
1
star