configuration - Proper way to set two Rails applications on same server -
i have 2 (same) applications running on dev.example.com , beta.example.com different databases. set run passenger using apache web server.
what have done copy code 1 directory other (myapp_dev , myapp_beta) , seems working fine, until have migrate table. error data want migrate migrated. trying migrate on same database. maybe have re-configure way run applications, don't know how , do. hints appreciated.
thanks!
you can change used database in config/database.yml
Comments
Post a Comment