All Projects → ruby-china → Rails Guides

ruby-china / Rails Guides

Chinese translation of Rails Guides

Labels

Rails Guide 中文翻译

构建(基于 Docker)

为了管理依赖,建议使用 Docker。

安装 Docker

https://www.docker.com/

构建镜像

$ docker build -t rails-guides .

构建

$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:html
$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:kindle

发布

另外 clone 一份 repo,checkout 到 gh-pages 分支,将 HTML 版内容拷贝进去,commit,push。

Kindle 版通过 GitHub Release 发布。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].