close

Filter

loading table of contents...

Studio Developer Manual / Version 2107

Table Of Contents

4.2 Building Studio

A detailed description on how to build CoreMedia Studio can be found in Chapter 6, 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.5, “Editorial Comments Database Configuration” for details about Editorial Comments):

mvn spring-boot:run -Dinstallation.host=<FQN> -Deditorial.comments.datasource.url=<JDBC-URL>
  

Next, start the CoreMedia Studio client application by changing into the apps/studio-client/modules/studio directory and using the following command:

mvn jangaroo:run -pl :studio-app
  

More details on how to build and start CoreMedia Studio, as well as how to run tests with it, are described in Section 6.2, “Build Process”. Additionally, see Section 6.4, “Debugging” for details on how to debug.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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