Deployment of CUBA Application to Managed Dedicated Server

CUBA Technical Specalists / Forum Members -

We want to host and manage CUBA applications ourselves.

Can the process to deploy a CUBA application (running locally) to our own remote dedicated server be done within CUBA studio?

Thankyou.

  • Kevin

Hi Kevin,
Studio can run Gradle tasks defined in your build.gradle file. The list of available tasks appears among other things when you click Search button or press Alt-/.
For example, if you add a buildWar task as explained here, you can see and run it from the Search dialog.

So you should write a Gradle task for your deployment, and you will be able to run it from Studio (and from command line of course).