Adding file to my Apps, Mendix Platform

0
So I have a project which a friend started, which I continue working on. It is an app for tablets which I can only run locally. I would like to run it on the cloud so I could test it with tablets, but the cloud’s missing. What do I do?
asked
1 answers
1

Sounds like your app isn’t set up with the team (version control) server. That’s required to publish to the free cloud. To upload your project to team server, in Studio Pro do the following:

  • Click the Project menu bar at the top
  • Choose More Versioning
  • Choose Upload to Version Control Server…
  • Give your app and name and upload

After this, the run in cloud button will be available.

answered