dolphinscheduler website
1.0.0
이 프로젝트는 https://dolphinscheduler.apache.org/에서 제공되는 Dolphinscheduler의 공식 웹 사이트를 구축하는 데 사용되는 모든 출처를 유지합니다.
yarn 실행하여 종속성을 설치하십시오.export PROTOCOL_MODE=ssh 는 HTTPS 프로토콜 2.2 대신 SSH 프로토콜을 통해 GIT 클론 자원을 알려줍니다. run ./scripts/prepare_docs.sh 모든 관련 리소스 준비, 자세한 내용은 스크립트 준비 방법을 확인할 수 있습니다.yarn generate 데이터를 형식화하고 수정합니다.yarn dev 실행하여 로컬 서버를 시작하려면 'http : // localhost : 8080'의 웹 사이트가 표시됩니다. Note: if you clone the code in Windows, not Mac or Linux. Please read the details below.
If you execute the commands like the two steps above, you will get the exception "UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, symlink '2.0.3' -> 'latest'".
If you get the exception "Can't resolve 'antd' in xxx",you can run `yarn add antd` and `yarn install`.
Because the two steps run command `./scripts/prepare_docs.sh` should Linux environment,so if you are a windwos system you can use WSL do it.
When meeting this problem. You can run two steps in the cmd.exe as an ADMINISTRATOR MEMBER.
yarn build 실행하여 소스 코드를 Dist Directory로 빌드하십시오.python -m SimpleHTTPServer 8000 , 파이썬 버전이 3 사용 : python3 -m http.server 8000 대신 사용하십시오. 더 높은 버전의 노드가 설치된 경우 nvm 이 컴퓨터에서 공존하는 다른 버전의 node 허용 할 수 있습니다.
nvm install v18.12.1 노드 v18을 설치하십시오nvm use v18.12.1 작업 환경을 노드 V18로 전환하십시오.그런 다음 모두 웹 사이트를 실행하고 구축 할 예정입니다. 자세한 내용은 위의 빌드 명령어를 따르십시오.
git add . 모든 변화를 저지르기 위해.*.md각 .md가 다음 텍스트로 시작하는지 확인하십시오.
---
title: title
keywords: keywords1,keywords2, keywords3
description: some description
---
안부.
읽어 주셔서 감사합니다 :)