aeolus-incubator / tim

Web application for managing virtual images to be deployed in the cloud
www.aeolusproject.org
MIT License
3 stars 6 forks source link

Add initializer install generator. #41

Closed jguiditta closed 12 years ago

jguiditta commented 12 years ago

Resolves https://github.com/aeolus-incubator/tim/issues/40

jguiditta commented 12 years ago

FYI, in case it is not clear, this is just run with 'rails g tim:install'. This should work from the dummy app, I believe (I tested it in my own sample app, which I was going to push, but would need to rename everything first). 'rails g' in test/dummy will show the generator in the list though.