| commit | 848ed075d643742dd9d14b32f3dca45b2e340b51 | [log] [tgz] |
|---|---|---|
| author | Kyle <fightzyf1992@hotmail.com> | Sun Sep 29 13:25:42 2019 +0800 |
| committer | Huang YunKun <htynkn@gmail.com> | Sun Sep 29 13:25:42 2019 +0800 |
| tree | baf2ececeafa9ac86eda5abfb0f84f2a58c649a4 | |
| parent | 259463ad09b3675cbb9d6b561efea610e0a9514a [diff] |
Translation of dubboAsync_server.md (#466)
This project keeps all sources used for building up dubbo official website which's served at https://dubbo.apache.org.
Dubbo website is powered by docsite. If your version of docsite is less than 1.3.3, please upgrade to 1.3.3. Please also make sure your node version is 8.x, versions higher than 8.x is not supported by docsite yet.
npm install docsite -g to install the dev tool.npm i in the root directory to install the dependencies.docsite start in the root directory to start a local server, you will see the website in ‘http://127.0.0.1:8080’.docsite build to build source code.python -m SimpleHTTPServer 8000, when your python version is 3 use :python3 -m http.server 8000 instead.If you have higher version of node installed, you may consider nvm to allow different versions of node coexisting on your machine.
nvm install v8.16.0 to install node v8nvm use v8.16.0 to switch the working environment to node v8npm install docsite -gThen you are all set to run and build the website. Follow the build instruction above for the details.
git add . to commit all the changes.*.mdMake sure each .md starts with the following texts:
--- title: title keywords: keywords1,keywords2,keywords3 description: some description ---
Refer to this blog