Skip to content

Commit

Permalink
Show options for server_type choices.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Feb 17, 2009
1 parent a2a0725 commit 8c5c6cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/depify
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ files = {
# your SCM below:
set :scm, :git
set :ruby_vm_type, :ree
set :web_server_type, :apache
set :app_server_type, :passenger
set :db_server_type, :mysql
set :ruby_vm_type, :ree # :ree, :mri
set :web_server_type, :apache # :apache, :nginx
set :app_server_type, :passenger # :passenger, :mongrel
set :db_server_type, :mysql # :mysql, :postgresql, :sqlite
# set :packages_for_project, %w(libmagick9-dev imagemagick libfreeimage3) # list of packages to be installed
# set :gems_for_project, %w(rmagick mini_magick image_science) # list of gems to be installed
Expand Down

0 comments on commit 8c5c6cd

Please sign in to comment.