close

Filter

loading table of contents...

Studio Developer Manual / Version 2201

Table Of Contents

4.2 Building Studio Server

A 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>
  

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.