dcos-ui
The UI for The Datacenter Operating System
Github星跟蹤圖
主要指標
- 概覽
-
名稱與所有者 dcos/dcos-ui 主編程語言 TypeScript 編程語言 JavaScript (語言數: 9) 平台 許可證 Apache License 2.0 - 所有者活动
-
創建於 2016-04-18 22:48:06 推送於 2022-08-17 15:40:26 最后一次提交 2021-01-06 13:11:56 發布數 810 最新版本名稱 v6.2.0 (發布於 ) 第一版名稱 v1.10.0-rc.1 (發布於 ) - 用户参与
-
星數 256 關注者數 45 派生數 82 提交數 11.7k 已啟用問題? 問題數 15 打開的問題數 1 拉請求數 4375 打開的拉請求數 13 關閉的拉請求數 610 - 项目设置
-
已啟用Wiki? 已存檔? 是復刻? 已鎖定? 是鏡像? 是私有?
DC/OS UI 
The User Interface for The Datacenter Operating System.
The DC/OS UI is used by datacenter operators to administer and manage a datacenter. Developers use DC/OS UI to manage, deploy and debug their applications. The DC/OS UI sits at the top of the DC/OS stack along with the CLI.
- Issue tracker. Use component
dcos-ui
. - Documentation
- Apache License v2
Usage
You can choose from two ways of developing this repository.
- Locally
- Docker
Local Development
Requirements
Node 8.9.x and NPM 5.6.x (and above) are required. We suggest using nvm or n to keep multiple Node versions on your system.
DC/OS Installation Instructions:
- Clone this repo:
git clone git@github.com:dcos/dcos-ui.git && cd dcos-ui
- Install dependencies:
npm i
- Add developer files for config overrides:
npm run util:scaffold
This will create webpack/proxy.dev.js
and src/js/config/Config.dev.ts
. These files aren't tracked by git and provide a place to override proxy and general dcos-ui configuration.
Edit webpack/proxy.dev.js
to point to the cluster address.
- Start the development server:
npm start
- Navigate to http://localhost:4200
7. (optional, not suggested) Follow the instructions here to install a local cluster.
Development with Docker
To start a development server run
docker-compose up -d
docker-compose exec toolchain /bin/bash # This opens bash inside of the docker container
npm start
Installing the nightly version on your cluster
As we ship the UI as a package you can install a nighly version on your cluster
using this command:
dcos package repo remove dcos-ui-aws
dcos package repo add --index=0 dcos-ui-aws 'https://universe-converter.mesosphere.com/transform?url=https://dcos-ui-universe.s3.amazonaws.com/oss/dcos-ui/latest/stub-universe-dcos-ui.json'
This allows you to see the newest version of DC/OS UI in the Catalog.
Contributing
Testing
See more at the Testing section of the Contribution Guidelines.
License and Author
Copyright D2iQ, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this repository except in compliance with the License.
The contents of this repository are solely licensed under the terms described in the LICENSE file included in this repository.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Authors are listed in Authors.md file.