-
Run CUBA Studio, go to
window and download the Library project. -
Open the Library project in Studio.
-
Open the project properties window (workflow project in the Base projects projects list. Save the changes. Studio will prompt to recreate Gradle scripts. Choose "Yes".
-> ) and activate the -
Choose
-> . At this stage, the application will be built and deployed to the Tomcat application server located atbuild/tomcat
. -
Create the application database:
-> . -
Launch the application server:
-> . -
Open the application web interface at http://localhost:8080/app. Log in to the system by entering the username
admin
and passwordadmin
. The main menu should include the option that provides access to Workflow subsystem management screens. -
Choose
-> in Studio and then open the projectc:\work\library\library.ipr
in IntelliJ IDEA.