Skip to content

Commit d979955

Browse files
committed
Remove capistrano-ext from Gemfile
Remove capistrano-ext from Gemfile since it comes bundled with Capistrano 2.x
1 parent eb327a8 commit d979955

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

development/server.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ Veritabanı sunucunuz da hazırlandıktan sonra artık rails application'ununuz
264264
265265
`gem install capistrano`
266266
267-
`gem install capistrano-ext`
268-
269267
Gemleri kurduktan sonra `capify .` komutunu çalıştıralım. Oluşan `config/deploy.rb` dosyasını aşağıdaki gibi düzenleyelim.
270268
271269
```ruby
@@ -457,7 +455,7 @@ staging ve production sunucu için kullancağınız veritabanı bilgilerini ilgi
457455
458456
`config/nginx.staging.conf` ve `config/nginx.production.conf` dosyasını oluşturup aşağıdaki gibi güncelleyiniz.
459457
Bu aşamada eğer staging ve production sunucularında farklı nginx ayarları yapmak isterseniz dosyaları modifiye edebilirsiniz.
460-
Örneğin. Staging sunucu icin domain sadece ```stage.example.com``` şeklinde kullanılabilir.
458+
Örneğin. Staging sunucu cicin domain sadece ```stage.example.com``` şeklinde kullanılabilir.
461459
462460
```shell
463461
upstream project_name {

0 commit comments

Comments
 (0)