Studio Developer Manual / Version 2406.0
Table Of ContentsA detailed description on how to build CoreMedia Studio can be found in Chapter 8, Using the Development Environment. If you are using IntelliJ IDEA and the IDE is set up correctly, you can build the whole project via Maven from within the IDE. If you prefer building from the command line, you can do it by using standard Maven commands like
mvn clean install -DskipTests
The CoreMedia Studio server application can then be launched either directly from your IDE
or via Maven from the commandline by calling
mvn spring-boot:run
in module studio-server-app
.