Zurück zum Ranking

coding/WebIDE

Shellide.coding.net/community

Coding WebIDE Community Edition

java-8web-ideidedocker
Sterne-Wachstum
Sterne
1.7k
Forks
404
Wochenwachstum
Issues
82
5001k1.5k
Sept. 2016Dez. 2019Apr. 2023Juli 2026
README

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 git@git.coding.net:coding/WebIDE.git

Clone from github.com:

git clone git@github.com: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 "coding@coding.net"
  • 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 中文

Ähnliche Repositories
winterbe/java8-tutorial

Modern Java - A Guide to Java 8

JavaMavenMIT Licensejava-8tutorial
winterbe.com
16.7k4k
arthurspk/guiadevbrasil

Um guia extenso de informações com um vasto conteúdo de várias áreas para ajudar, agregar conhecimento e retirar dúvidas, nesse guia você encontrará tudo que necessário para qualquer carreira relacionada a tecnologia.

MIT Licensecsscss3
15.7k1.8k
Genymobile/gnirehtet

Gnirehtet provides reverse tethering for Android

JavaMavenApache License 2.0androidreverse-tethering
7.8k725
mybatis/generator

A code generator for MyBatis.

JavaMavenApache License 2.0mybatissql-generation
mybatis.org/generator/
5.3k2.5k
ZHENFENG13/My-Blog

:palm_tree::octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验

JavaMavenApache License 2.0springboot2springboot
13blog.site
3.9k998
mhrimaz/AwesomeJavaFX

A curated list of awesome JavaFX libraries, books, frameworks, etc...

Otherjavafxjava-8
3.4k457
ulisesbocchio/jasypt-spring-boot

Jasypt integration for Spring boot

JavaMavenMIT Licensespringspring-boot
3.1k546
jobrunr/jobrunr

An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.

JavaMavenOtherjava-8background-jobs
jobrunr.io/en/
3k318
hellokaton/java-bible

:banana: 我的技术摘要

HTMLjavaioc
3k657
in28minutes/java-tutorial-for-beginners

Java Tutorial For Beginners with 500 Code Examples

javajava8
1.9k1.6k
spotify/apollo

Java libraries for writing composable microservices

JavaMavenApache License 2.0javajava-8
spotify.github.io/apollo/
1.6k205
shekhargulati/java8-the-missing-tutorial

Java 8 for all of us

JavaMavenMIT Licensejava-8tutorial
shekhargulati.com
1.6k371