This project is a customized solution based on the kubesphere/console project, providing a self-hosted cloud platform that helps users comprehensively understand and control the system's runtime status and resource usage through a visual Dashboard and feature-rich ControlHub.
npm install -g yarn
yarn install
- Create an .env file with the following
PROXY_DOMAIN= app-name.webos-acount.olares.cn
- Edit hosts configuration
# The browser opens this domain in place of localhost
127.0.0.1 test.webos-acount.olares.cn
- Create an local_config.yaml file with the following
server:
apiServer:
url: https://app-name.webos-acount.olares.com
wsUrl: https://app-name.webos-acount.olares.com
- Server
yarn dev:server
- Dashboard
yarn dev:dashboard
- ControlHub
yarn dev:system
- DevBox
yarn dev:devbox
yarn lint
yarn format
- Server
yarn build:server
- Dashboard
yarn build:dashboard
- Control Hub
yarn build:system
- DevBox
yarn build:devbox
yarn vp