skywalking-ui
[ARCHIVED] The web UI for skywalking APM
파일 탐색기
최종 버전 다운로드 (.zip)- aggregation.js
- alarm.js
- application.js
- database.js
- metadata.js
- metric.js
- server.js
- topology.js
- trace.js
- iconfont.eot
- iconfont.svg
- iconfont.ttf
- iconfont.woff
- alarm-backgroud.png
- alert.png
- app.jpg
- app.png
- concentric.png
- cose.png
- dagre.png
- data.png
- database.png
- error.png
- mq.png
- service.png
- sw-2.png
- ActiveMQ.png
- DUBBO.png
- ELASTICSEARCH.png
- FEIGNDEFAULTHTTP.png
- H2.png
- HPROSE.png
- HTTPCLIENT.png
- JETTY.png
- JETTYSERVER.png
- KAFKA.png
- MONGODB.png
- MOTAN.png
- MYSQL.png
- NUTZHTTP.png
- NUTZMVC.png
- OKHTTP.png
- ORACLE.png
- POSTGRESQL.png
- RABBITMQ.png
- REDIS.png
- RESIN.png
- ROCKETMQ.png
- SOFARPC.png
- SPRINGMVC.png
- STRUTS2.png
- TOMCAT.png
- UNDEFINED.png
- UNDERTOW.png
- USER.png
- favicon.png
- sw-2.png
- menu.js
- router.js
- index.js
- Authorized.js
- AuthorizedRoute.js
- CheckPermissions.js
- CheckPermissions.test.js
- index.d.ts
- index.js
- PromiseRender.js
- Secured.js
- index.js
- index.js
- index.js
- index.less
- index.js
- index.js
- index.less
- index.js
- index.js
- index.js
- index.js
- index.js
- index.less
- index.js
- index.js
- autoHeight.js
- g2.js
- index.js
- index.less
- index.js
- index.js
- index.js
- index.js
- Description.js
- DescriptionList.js
- index.js
- index.less
- responsive.js
- index.js
- currentTimePanel.js
- index.js
- index.less
- index.js
- index.less
- typeConfig.js
- index.js
- index.less
- index.js
- index.less
- index.js
- index.less
- LoginItem.js
- LoginSubmit.js
- LoginTab.js
- map.js
- index.js
- index.less
- NoticeList.js
- NoticeList.less
- index.js
- index.js
- index.js
- index.js
- index.js
- index.less
- index.js
- index.js
- index.less
- SiderMenu.js
- AppTopology.js
- Base.js
- index.js
- index.less
- ServiceTopology.js
- index.js
- index.less
- index.js
- index.less
- index.js
- index.less
- d3-trace.js
- index.js
- style.less
- home.e2e.js
- BasicLayout.js
- BlankLayout.js
- UserLayout.js
- UserLayout.less
- alarm.js
- dashboard.js
- database.js
- endpoint.js
- error.js
- global.js
- index.js
- login.js
- register.js
- rule.js
- service.js
- topology.js
- trace.js
- user.js
- Alarm.js
- Alarm.less
- Dashboard.js
- Dashboard.less
- Database.js
- Endpoint.js
- 403.js
- 404.js
- 500.js
- style.less
- Service.js
- Service.less
- ServiceInstance.js
- Topology.js
- Trace.js
- Trace.less
- TraceSearch.js
- TraceTimeline.js
- Login.js
- Login.less
- Register.js
- Register.less
- RegisterResult.js
- RegisterResult.less
- api.js
- error.js
- graphql.js
- user.js
- authority.js
- Authorized.js
- models.js
- request.js
- time.js
- utils.js
- utils.less
- index.ejs
- index.js
- index.less
- polyfill.js
- router.js
- theme.js
- run-tests.js
- .editorconfig
- .eslintrc.js
- .gitignore
- .gitmodules
- .prettierignore
- .prettierrc
- .roadhogrc.mock.js
- .stylelintrc
- .travis.yml
- .webpackrc.js
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- DISCLAIMER
- gendistmodules.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- query-protocol
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/apache/skywalking-ui
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd skywalking-ui
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
npm run start:no-proxy
개발/실행 서버를 켭니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
