0

I have created hybrid application with IBM MobileFirst 7.1. I have heard and read somewhere that you can host your MFP app on Bluemix. However, I cannot able find any process to do that on net and on the IBM site. We have a WAR file and adapter files to deploy on a Bluemix server but for that we have to create a server first, right? I have already created a Bluemix ID, which is valid for 1 month.

Can someone help explain how to do it?

Suhas Gosavi
  • 2,170
  • 19
  • 40

1 Answers1

3

Actually, there are.

You have a tutorial for the evaluation path, giving you a pre-built server running on an IBM Container: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/ibm-containers/evaluate/

You have a tutorial instructing you on how to create your own image using your MobileFirst Platform Foundation project, however note that for this you must be a paying IBM customer: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/ibm-containers/run/

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • finally i got worklight console. Created public ip for container so that i can acess it from anywhere. Thnx for your help. But How can I deploy new war file in that. Can you please help in that. – Suhas Gosavi Apr 26 '16 at 06:20
  • Follow the second tutorial. – Idan Adar Apr 26 '16 at 06:21
  • I have downloaded sample project which is given in second link. Also created container already as I told you. So i have to follow Step 2: Prerequisites and onwards right? – Suhas Gosavi Apr 26 '16 at 06:51
  • i have completed 3 steps. now on running scrips I am facing some issue, By running ./initenv.sh after putting email id, pwd, org its asking for space so what should i pass in space? I am getting Error finding space 256MB. Can you please help me. – Suhas Gosavi Apr 26 '16 at 13:45
  • Please use google: https://console.ng.bluemix.net/docs/admin/adminpublic.html#orgsandspaces – Idan Adar Apr 26 '16 at 13:51
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/110332/discussion-between-suhas-and-idan-adar). – Suhas Gosavi Apr 27 '16 at 06:12
  • hi idan i have completed all the process i can able to see container get created but can not able to view worklight console. all process completed succesfully. what is the problem can you help me. – Suhas Gosavi Apr 27 '16 at 10:29
  • @suhas what is the exact problem you are facing? any logs you can pass? If you are a IBM customer - you should open a PMR to avoud pasting sensitive information like URLs and logs on stackoverflow – Ajay Chebbi Aug 23 '16 at 04:55