All Projects → Coding → Webide

Coding / Webide

Licence: bsd-3-clause
Coding WebIDE Community Edition

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Webide

Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (-94.7%)
Mutual labels:  web-ide, ide
dockside
Dockside is a tool for provisioning lightweight access-controlled IDEs, staging environments and sandboxes - aka 'devtainers' - on local machine, on-premises raw metal or VM, or in the cloud
Stars: ✭ 205 (-87.37%)
Mutual labels:  web-ide, ide
c9.ide.theme.jett
Flat Material Look for Cloud9!
Stars: ✭ 26 (-98.4%)
Mutual labels:  web-ide, ide
graphiql-storm
🌪 A GraphQl Web IDE
Stars: ✭ 111 (-93.16%)
Mutual labels:  web-ide, ide
Goomph
IDE as build artifact
Stars: ✭ 108 (-93.35%)
Mutual labels:  ide
Fall
Stars: ✭ 92 (-94.33%)
Mutual labels:  ide
Intellij Emmylua
Lua IDE/Debugger Plugin for IntelliJ IDEA
Stars: ✭ 1,311 (-19.22%)
Mutual labels:  ide
Texstudio
TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
Stars: ✭ 1,300 (-19.9%)
Mutual labels:  ide
Mesh
Visualise data and edit JavaScript code using a spreadsheet interface.
Stars: ✭ 1,547 (-4.68%)
Mutual labels:  ide
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-93.1%)
Mutual labels:  ide
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (-93.47%)
Mutual labels:  ide
Superblocks Lab
Superblocks Lab for DApp development
Stars: ✭ 100 (-93.84%)
Mutual labels:  ide
Metals
Scala language server with rich IDE features 🚀
Stars: ✭ 1,605 (-1.11%)
Mutual labels:  ide
Phasereditor2d V3
A web-based IDE for HTML5 game development. Powered by Phaser.
Stars: ✭ 92 (-94.33%)
Mutual labels:  ide
Lambda Toolkit
*DO NOT USE* - This project was done during my initial python and lambda's studies. I would recommend you the `serverless framework`.
Stars: ✭ 114 (-92.98%)
Mutual labels:  ide
Yavide
Modern C/C++ integrated development environment
Stars: ✭ 1,306 (-19.53%)
Mutual labels:  ide
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (-8.32%)
Mutual labels:  ide
Expresspython
expressPython - A small Python editor for learning and competitive programming.
Stars: ✭ 111 (-93.16%)
Mutual labels:  ide
Haskell Language Server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Stars: ✭ 1,857 (+14.42%)
Mutual labels:  ide
Sarl
SARL Agent-Oriented Programming Language http://www.sarl.io
Stars: ✭ 103 (-93.65%)
Mutual labels:  ide

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 中文

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].