Skip to content

Commit

Permalink
Update server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunoziserikan committed Apr 22, 2013
1 parent f1e7e8f commit 0307c94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion development/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ nginx: [emerg] still could not bind()
...done.
```

Nano v.b. bir editör ile Nginx defaul site ayarlarını açın.
Nano v.b. bir editör ile Nginx default site ayarlarını açın.

```bash
$ nano /etc/nginx/sites-available/default
Expand Down Expand Up @@ -220,6 +220,16 @@ $ bundle -v
```
# Node.js
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
```
# Unicorn
# Backup
Expand Down

0 comments on commit 0307c94

Please sign in to comment.