forked from xdite/rails-101
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{::pagebreak :/} | ||
|
||
## Ch 1.0 (補充) 建站懶人包 Boostrappers | ||
## Ch 1.0 (補充) 建站懶人包 Bootstrappers | ||
|
||
|
||
[Bootstrappers](https://github.com/xdite/bootstrappers) 是我在 2012 年開發的一個懶人架站機。 | ||
|
||
它的特點是內建 [Boostrap](http://twitter.github.io/bootstrap/) 這個 Theme、一些常用熱門 Gem,還有一些 Rails Best Practice。可以讓你在寫網站的一剛開始就加速好幾倍... | ||
|
||
### 改用 `boostrappers` 生專案。 | ||
### 改用 `bootstrappers` 生專案。 | ||
|
||
#### 安裝 boostrappers | ||
#### 安裝 bootstrappers | ||
|
||
~~~~~~~~ | ||
gem install bootstrappers -v=4.2.1 | ||
~~~~~~~~ | ||
|
||
#### 用 boostrappers 建立新專案 | ||
#### 用 bootstrappers 建立新專案 | ||
|
||
~~~~~~~~ | ||
bootstrappers groupme | ||
~~~~~~~~ | ||
|
||
|
||
在這裡我建議你用 Bootstrappers 重新建立一個專案,再循 Chapter 1.1 的方式,把 `groupme.dev` 用 Pow 掛起來,因為本書接下來都會以 boostrappers 生成的專案作為示範。 | ||
在這裡我建議你用 Bootstrappers 重新建立一個專案,再循 Chapter 1.1 的方式,把 `groupme.dev` 用 Pow 掛起來,因為本書接下來都會以 Bootstrappers 生成的專案作為示範。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters