Studio Developer Manual / Version 2207
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 by changing
into the apps/studio-server/spring-boot/studio-server-app
directory and using the following command
(see Section 3.4, “Editorial Comments Database Configuration” for details about Editorial Comments):
mvn spring-boot:run -Dinstallation.host=<FQN> -Deditorial.comments.datasource.url=<JDBC-URL>