Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.81 KB

README-zh_CN.md

File metadata and controls

67 lines (47 loc) · 1.81 KB

OpenSumi Web Sample

License Docker Image CI CLA assistant

本项目用于展示如何在 Web 下运行 OpenSumi。

perview

English | 简体中文

Quick Start

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

浏览器打开 http://127.0.0.1:8080

你可以通过添加 workspaceDir 参数至 URI 来实现对指定目录文件的方案,例如:http://0.0.0.0:8080?workspaceDir=/path/to/dir.

目录结构

.
├── extensions                  # 内置插件安装位置
├── configs                     # 构建配置
├── src
│   ├── browser
│   └── node
├── tsconfig.json
├── package.json
└── README.md

使用 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

浏览器打开 http://0.0.0.0:8080 访问。

协议

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

本项目采用 MIT 协议。