Skip to content

Commit

Permalink
renaming mongodb to mongodb-debs to not cause confusion with the opsc…
Browse files Browse the repository at this point in the history
…ode cookbook - that installs from sources
  • Loading branch information
mdxp committed Sep 16, 2010
1 parent adefa9f commit 9e02dc5
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 98 deletions.
38 changes: 37 additions & 1 deletion diaspora/README.rdoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,44 @@
= DESCRIPTION:

Installs diaspora based on the instructions from http://github.com/diaspora/diaspora
It will install also mongodb from debian/ubuntu packages like:
http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages

= REQUIREMENTS:

= ATTRIBUTES:
== Platform:

Tested on Ubuntu 10.04, Debian Lenny.

== Cookbooks:

Opscode cookbooks (http://github.com/opscode/cookbooks/tree/master)

* build-essential
* git
* imagemagick
* xml

= USAGE:

Include the diaspora recipe to install diaspora on your system:

include_recipe "diaspora"

= LICENSE and AUTHOR:

Author:: Marius Ducea ([email protected])

Copyright:: 2010, Promet Solutions

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
50 changes: 0 additions & 50 deletions diaspora/metadata.json

This file was deleted.

2 changes: 1 addition & 1 deletion diaspora/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1"

%w{ xml imagemagick git build-essential mongodb }.each do |cb|
%w{ xml imagemagick git build-essential mongodb-debs }.each do |cb|
depends cb
end
%w{ ubuntu debian }.each do |os|
Expand Down
2 changes: 1 addition & 1 deletion diaspora/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
include_recipe "xml"
include_recipe "imagemagick"
include_recipe "git"
include_recipe "mongodb"
include_recipe "mongodb-debs"

gem_package "bundler"
package "libxslt1-dev"
Expand Down
34 changes: 34 additions & 0 deletions mongodb-debs/README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
= DESCRIPTION:

Installs mongodb from debian pacakges based on the instructions from
http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages

= REQUIREMENTS:

== Platform:

Tested on Ubuntu 10.04, Debian Lenny.

= USAGE:

Include the mongodb-debs recipe to install mongodb on your system:

include_recipe "mongodb-debs"

= LICENSE and AUTHOR:

Author:: Marius Ducea ([email protected])

Copyright:: 2010, Promet Solutions

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 1 addition & 1 deletion mongodb/metadata.rb → mongodb-debs/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs MongoDB"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.1"
version "0.2.0"

%w{ ubuntu debian }.each do |os|
supports os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# limitations under the License.
#

include_recipe "mongodb::repo"
include_recipe "mongodb-debs::repo"

package "mongodb-stable"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions mongodb/README.rdoc

This file was deleted.

35 changes: 0 additions & 35 deletions mongodb/metadata.json

This file was deleted.

0 comments on commit 9e02dc5

Please sign in to comment.