Reputation: 21
I am looking for some documents/guides on how to migrate from other PaaS systems/legacy on premise to Bluemix - best practices, requirements, etc. Anything at all would help, thanks, Jason.
Upvotes: 1
Views: 257
Reputation: 3233
Your question is quite generic, however here are some links regarding the migration from the main technologies:
Finally, please note that moving from an on-premise solution to a Cloud Foundry-based one requires some considerations regarding the local file system:
If you want more information on this topic please take a look at Considerations for Designing and Running an Application in the Cloud
Upvotes: 3
Reputation: 1151
Migrate an app from Heroku to Bluemix:
http://www.ibm.com/developerworks/cloud/library/cl-bluemix-heroku-migrate-app/
Upvotes: 0
Reputation: 128
Jason - start here:
https://www.ng.bluemix.net/docs/
Then you can watch the YouTube videos:
https://www.youtube.com/channel/UCwYdW8mfXZwJQvB65789_vQ
After that, take a peak at developerWorks:
http://www.ibm.com/developerworks/devops/plan.html
Let me know if that helps.
Upvotes: 1
Reputation: 1441
If you're talking about a java app, see the post below:
Can I run my Tomcat app on Bluemix?
If you're moving an existing Websphere app, then this will help:
How do I move my existing WebSphere application to Liberty on Bluemix?
Upvotes: 2