Skip to content

Commit

Permalink
Update server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunoziserikan committed Oct 1, 2013
1 parent a28be51 commit 1214dab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions development/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Artık Rbenv aktif ve ilgili ruby versiyonu sunucunuza kurulmuş demektir.
Kurulumlara başlamadan önce rubygems'i güncellemek önerilir. Aşağıdaki komutu çalıştırın.
```bash
gem update --system
$ gem update --system
```
# Bundler
Expand All @@ -244,9 +244,9 @@ $ bundle -v
En temel haliyle Rails projelerinde assets-precompile işlemleri için node.js'in de sunucuda kurulu olması gerekmektedir.
```bash
$ add-apt-repository ppa:chris-lea/node.js
$ apt-get update
$ apt-get install nodejs
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
```
# Capistrano & Unicorn
Expand Down

0 comments on commit 1214dab

Please sign in to comment.