how to clone a project on heroku

Posted by rails_guy on Stack Overflow See other posts from Stack Overflow or by rails_guy
Published on 2010-03-21T21:34:42Z Indexed on 2010/03/21 21:41 UTC
Read the original article Hit count: 295

Filed under:
|
|

I have a project on heroku working fine. Now I want to create same project with different url (same code) as the one I have working now. So that I can give the new url to the customer as a 'test' site. I know in heroku i can just rename the url but I want to completely separate development from test (database wise).

What is the best solution? Do I start from scratch? cd into new folder on my machine...clone project from github...make new database -test ...push to heroku...etc. etc.

© Stack Overflow or respective owner

Related posts about rails

Related posts about heroku