Skip to content

Commit

Permalink
updated the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mugwump committed Feb 20, 2013
1 parent dc37c62 commit da27d15
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 44 deletions.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
# Redmine-Deployment

The project is a sample for using [roundsman](https://github.com/iain/roundsman): Roundsman is a clever little tool that combines capistrano&chef to give you a push-button-solution
to provision an empty machine with a customized software-stack __and__ configure you rails(or whatever)-application for deployment.

The example here uses this approach to deploy and configure a machine to run [redmine](http://www.redmine.org), the open-source projectmanagement-software.

It contains examples to configure either an amazon-machine (see [config/deploy/amazon.rb](https://github.com/mugwump/redmine-deploy/blob/master/config/deploy/amazon.rb),
or a local [vagrant](http://www.vagrantup.com)-machine.

You can read more about this approach in the blog-article on [Deploying Redmine](http://www.vierundsechzig.de/blog/?p=708).

## Acknowledgements
This came out of a project that we ran in the Summer of 2012 for [Alere](http://www.alere.com) in collaboration with [Method Park](http://methodpark.de): Many thanks for their input and for agreeing to make this work public.


## Note
The project currently uses [a patched version](https://github.com/mugwump/roundsman) of roundsman, as I ran into some dependency-issues with the chef-version that roundsman is using.

## Contributing
Found an issue? Have a great idea? Want to help? Great! Create an [issue](https://github.com/mugwump/redmine-deploy/issues) for it, [ask](http://github.com/inbox/new/mugwump), or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)
3 changes: 0 additions & 3 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion config/cookbooks/apache2/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.4"
recipe "apache2", "Main Apache configuration"
recipe "apache2::mod_alias", "Apache module 'alias' with config file"
Expand Down
40 changes: 0 additions & 40 deletions config/deploy/production.rb

This file was deleted.

0 comments on commit da27d15

Please sign in to comment.