Creating a New Project - cuba-platform/sample-workshop GitHub Wiki

  1. Start the CUBA Studio server and open the Studio in your browser by clicking the arrow button as it is shown in the picture below:

CUBA Studio Server

  1. After completing the previous step you can find the CUBA Studio up and running in your browser on the http://localhost:8111/studio/ URL. To create a new project:

    • Click Create New on welcome screen
    • Fill up the Project name field: workshop
    • Complete the step by clicking OK

Create new project in Studio

  1. Now we will set up global properties of the project. Press Edit on the Project Properties panel and check the following parameters:
    • Java IDE: IntelliJ IDEA to be checked
    • Database type: HSQL to be selected
    • Press OK

Project properties

Now our project is properly configured and everything is ready to start working on the data model.

next →