Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruby-china/rails-guides
Chinese translation of Rails Guides
https://github.com/ruby-china/rails-guides
Last synced: about 1 month ago
JSON representation
Chinese translation of Rails Guides
- Host: GitHub
- URL: https://github.com/ruby-china/rails-guides
- Owner: ruby-china
- Created: 2014-07-04T16:11:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T02:30:43.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T13:35:27.765Z (about 1 month ago)
- Language: HTML
- Homepage: https://ruby-china.github.io/rails-guides/
- Size: 6.2 MB
- Stars: 227
- Watchers: 20
- Forks: 104
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-github-star - rails-guides - china | 227 | (HTML)
README
# Rails Guide 中文翻译
## 构建(基于 Docker)
为了管理依赖,建议使用 Docker。
### 安装 Docker
https://www.docker.com/
### 构建镜像
```bash
$ docker build -t rails-guides .
```### 构建
```bash
$ 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 发布。