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」にWebサイトが表示されます。 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 、Pythonバージョンが3の場合: python3 -m http.server 8000代わりに。より高いバージョンのノードがインストールされている場合は、 nvmマシンに共存するさまざまなバージョンのnodeを許可することを検討できます。
nvm install v18.12.1を実行して、ノードV18をインストールしますnvm use v18.12.1 、作業環境をnode v18に切り替えますその後、あなたはすべてWebサイトを実行して構築するように設定されています。詳細については、上のビルド命令に従ってください。
git add .すべての変更をコミットします。*.md各.MDが次のテキストで始まることを確認してください。
---
title: title
keywords: keywords1,keywords2, keywords3
description: some description
---
よろしくお願いします。
読んでくれてありがとう:)