I am looking to create a UAT/Development version of an app we have. So any changes needed can be done there before making the changes on the original 'production' app.
What is the best way to do this on Bluemix? Is it best to simply fork the project on Dev Ops or is there a way to easily set up a new app to mirror the original. I tried creating a new URL route within the app but although named differently any changes i made update both URLs.
I just wondered what peoples experience with doing this was and how best they managed this?