Home
Softono

Ide Startup

Open source MIT JavaScript
236
Stars
82
Forks
35
Issues
19
Watchers
5 months
Last Commit

 About Ide Startup

Quick starter for OpenSumi Web

Platforms

Web Self-hosted Docker

Languages

JavaScript

Need Help Installing Ide Startup?

We provide expert installation service for this software. Our team will install, configure, and secure Ide Startup on your server. plans start at just $30.

Ide Startup

View on GitHub

OpenSumi Web Sample

License Docker Image CI CLA assistant

This project is used to show how to run OpenSumi on Web.

perview

English | 简体中文

Quick Start

$ git clone [email protected]:opensumi/ide-startup.git
$ cd ide-startup
$ yarn
$ yarn start

Open http://127.0.0.1:8080.

You can add workspaceDir to the URL to open the specified directory, for example http://0.0.0.0:8080?workspaceDir=/path/to/dir.

Project Structure

.
├── extensions                  # The Buit-in extensions
├── configs                     # Build configuration
├── src
│   ├── browser
│   └── node
├── tsconfig.json
├── package.json
└── README.md

Use Docker

# Pull the image
docker pull ghcr.io/opensumi/opensumi-web:latest

# Run
docker run --init --rm -d  -p 8080:8000/tcp ghcr.io/opensumi/opensumi-web:latest

Open http://0.0.0.0:8080

License

Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.

Licensed under the MIT license.