An open API service indexing awesome lists of open source software.

https://github.com/fifilyu/halcpgb

High-Availability Loadbalancing Clusters Practice Guide for Beginners, 高可用负载均衡集群实践简明教程
https://github.com/fifilyu/halcpgb

book guidebook lvs

Last synced: 6 months ago
JSON representation

High-Availability Loadbalancing Clusters Practice Guide for Beginners, 高可用负载均衡集群实践简明教程

Awesome Lists containing this project

README

          

= 高可用负载均衡集群实践简明教程

High-Availability Loadbalancing Clusters Practice Guide for Beginners

欢迎阅读 高可用负载均衡集群实践简明教程。

您可以在以下地址找到本书的在线版本: https://fifilyu.github.io/halcpgb

== 如何生成本书

如果您运行下面的命令,获得HTML和PDF输出文件:

----
$ bundle install
$ bundle exec rake book:build
Converting to HTML...
-- HTML output at halcpgb.html
Converting to PDF...
-- PDF output at halcpgb.pdf
----