Skip to content

Commit

Permalink
setting mysql as the new default database for typo installer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.typosphere.org/typo/trunk@1751 820eb932-12ee-0310-9ca8-eeb645f39767
  • Loading branch information
Frédéric de Villamil committed Jul 17, 2008
1 parent c3fbbbb commit d4dd8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/rails_installer_defaults.yml
@@ -1,5 +1,5 @@
---
rails-environment: production
database: sqlite
database: mysql
web-server: mongrel
threads: 2
4 changes: 2 additions & 2 deletions lib/tasks/release.rake
Expand Up @@ -33,14 +33,14 @@ spec = Gem::Specification.new do |s|
s.add_dependency("rails", "= 2.0.2")
s.add_dependency("mongrel", ">= 1.1.3")
s.add_dependency("mongrel_cluster", ">= 0.2.0")
s.add_dependency("sqlite3-ruby", ">= 1.1.0")
s.add_dependency("mysql", ">= 2.7")
s.add_dependency("rails-app-installer", ">= 0.2.0")
s.add_dependency("ruby-debug", ">= 0.10.1")
s.add_dependency("flexmock", ">= 0.8.2")
end

Rake::GemPackageTask.new(spec) do |p|
# p.gem_spec = spec
p.gem_spec = spec
p.need_tar = true
p.need_zip = true
end
Expand Down

0 comments on commit d4dd8f7

Please sign in to comment.