Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deploy logic and make arc and setup-env docs migration #127

Closed
wants to merge 2 commits into from

Conversation

DeanLee2013
Copy link
Contributor

No description provided.

@DeanLee2013 DeanLee2013 force-pushed the master branch 2 times, most recently from 3d24e7c to 8496d73 Compare August 3, 2018 04:49
## [Java Chassis](/users/servicecomb-java-chassis-doc/zh_CN/){:target="_blank"}
• ⾼性能的微服务框架,提供服务注册发现以及动态配置管理,以及限流降级,容错熔 断等服务治理功能
## [Service Center](https://github.com/apache/incubator-servicecomb-saga){:target="_blank"}
• 基于Etcd⾼性能,⾼可⽤服务注册中⼼

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

乱码?

## 主要设计意图
## [Java Chassis](/users/servicecomb-java-chassis-doc/zh_CN/){:target="_blank"}
• ⾼性能的微服务框架,提供服务注册发现以及动态配置管理,以及限流降级,容错熔 断等服务治理功能
## [Service Center](https://github.com/apache/incubator-servicecomb-saga){:target="_blank"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

service-center对上saga。

| 运行模型 | handler-loadbalance | 是 | 负载均衡模块。提供各种路由策略和配置方法。一般客户端使用。 |
| 运行模型 | handler-bizkeeper | 是 | 和服务治理相关的功能,比如隔离、熔断、容错。 |
| 运行模型 | handler-tracing | 是 | 调用链跟踪模块,对接监控系统,吐出打点数据。 |
## [Saga](https://github.com/apache/incubator-servicecomb-service-center){:target="_blank"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这块链接也不对,saga对上service center了。

script/deploy Outdated
echo cru$script_dir
base_dir=`dirname ${script_dir}`
echo build $base_dir
echo $git_book_dir
git clone https://github.com/apache/incubator-servicecomb-docs.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks the script won't check the change the servicecomb doc, and just rebuild the whole document once the site doc is changed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cancel the gitbook building logic

@DeanLee2013 DeanLee2013 force-pushed the master branch 2 times, most recently from 7677743 to f0ae1dc Compare August 7, 2018 11:58
echo build $base_dir
cd ${base_dir}
sudo bundle exec jekyll build --config _config.yml
sudo bundle exec jekyll server --port 4000 --host
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when running the server the host url is changed, it is not for the asf-site to use.


## 主要设计意图
## [Java Chassis](/users/servicecomb-java-chassis-doc/zh_CN/){:target="_blank"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the document url to the latest one on the navigate site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants