Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
suttonelections
miroir de
https://github.com/adrianshort/suttonelections.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
2
Wiki
Activité
Parcourir la source
Add Unicorn server
tags/last-sinatra-version
Adrian Short
il y a 10 ans
Parent
c933ad22af
révision
7457e8a3ea
3 fichiers modifiés
avec
15 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-0
Gemfile
+7
-0
Gemfile.lock
+6
-0
config/unicorn.rb
+ 2
- 0
Gemfile
Voir le fichier
@@ -1,10 +1,12 @@
source "https://rubygems.org/"
ruby "1.9.3"
gem 'sinatra'
gem 'haml'
gem 'data_mapper'
gem 'dm-postgres-adapter'
gem 'pg'
gem 'unicorn'
group :development do
gem 'shotgun'
+ 7
- 0
Gemfile.lock
Voir le fichier
@@ -56,10 +56,12 @@ GEM
tilt
json (1.8.0)
json_pure (1.8.0)
kgio (2.9.2)
mime-types (1.23)
multi_json (1.7.3)
pg (0.15.1)
rack (1.5.2)
raindrops (0.13.0)
rest-client (1.6.7)
mime-types (>= 1.16)
sequel (3.20.0)
@@ -74,6 +76,10 @@ GEM
sequel (~> 3.20.0)
sinatra (~> 1.0.0)
tilt (1.4.1)
unicorn (4.8.2)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uuidtools (2.1.4)
PLATFORMS
@@ -87,3 +93,4 @@ DEPENDENCIES
shotgun
sinatra
taps
unicorn
+ 6
- 0
config/unicorn.rb
Voir le fichier
@@ -0,0 +1,6 @@
# http://datachomp.com/archives/using-unicorn-with-sinatra-or-padrino-on-heroku/
# https://devcenter.heroku.com/articles/rails-unicorn
worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
timeout 15
preload_app true
Écrire
Aperçu
Chargement…
Annuler
Enregistrer