Setup on SAP Cloud Platform
Deploy on the SAP Cloud Platform with the Cloud SDK.
Prerequisites
You need to set up:
- SAP Cloud Platform developer account
- SAP Cloud Platform SDK for Tomcat 8
- GIT
- Maven 3.0.x
Steps
There are two ways to set up Eclipse Dirigible on SAP Cloud Platform. You can either use console client commands or the SAP Cloud Platform Cockpit.
Using the Console Client
- Download the latest All-In-One WAR file for SAP Cloud Platform from http://download.eclipse.org/dirigible/.
- Go to the
SDK folder.1
neo-java-web-sdk-3.xxx/tools
-
Deploy with the command:
1
neo deploy --account <your_account> --application <application_name> --user <your_user> --host <target_landscape_host> --source <source_directory> --password <your_password> --runtime neo-java-web --runtime-version 3 -j 8
-
Start with the command:
1
neo start --account <your_account> --application <application_name> --user <your_user> --host <target_landscape_host> --password <your_password> -y
- Go to
and to the Authorizations section. Add Developer and Operator roles to your user to get full access to all features.1
https://account.hanatrial.ondemand.com/cockpit
Using the SAP Cloud Platform Cockpit
- Download the latest All-In-One WAR file for SAP Cloud Platform from http://download.eclipse.org/dirigible/
- Go to https://account.hanatrial.ondemand.com/cockpit and sign in to your account.
- Go to Applications and then to Java Applications.
- Click on Deploy Applications. Find the All-In-One WAR file for SAP Cloud Platform and deploy it.
- Click on the name of your application. Go to Security and to the Roles section.
- Add the Developer and Operator roles to your user account to get full access to all features. To do that, select the role, choose Assign, and type your User ID.