Displaying 1 result from an estimated 1 matches for "rails_app_installer".
2006 Jul 28
0
GEM-based rails application installer
...Rails app:
1. Create a `.gem` that depends on `rails-app-installer`, `rails`, and all
other `.gem`s that you need to have installed.
2. Add an `executable` entry to your gemspec. If your app is called
`my-app`, then add `executable = [''my-app'']`.
3. Copy the ''rails_app_installer.yml'' file from the rails-app-installer .gem
into a directory called ''installer'' in your application.
4. Finally, create `bin/my-app`, using one of the examples in the
`rails-app-installer` SVN tree as an example.
Here''s a short example `bin/my-app`:...