I’m noob with Rails.
I would like to create a Rails powered website which can install automatically a Rails application (Redmine) when a user creates an account (create the application, setup user’s preferences, configure the database, etc.) Each Rails application will use its own subdomain.
Any idea how to do that?
you may want to look into using redmine and a plugin like subdomain_fu that will create subdomains for each user, rather then have 100’s of rails apps on your server. you’ll run out of ram. Maybe I’m reading your question wrong however. if i am my apologies.