Studio
1. Juni 2021 / Stephan Post
Studio
Studio Server
Startup studio-server
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:
cd $CM10/apps/studio-server/spring-boot/studio-server-app
mvn spring-boot:run -Dinstallation.host=<FQN> -Deditorial.comments.datasource.url=<JDBC-URL>
Studio Client
build CMCC10 Studio Client
cd $CM10/apps/studio-client
mvn clean install -DskipTests
start CMCC10 Studio Client
cd $CM10/apps/studio-packages-proxy/spring-boot/studio-packages-proxy-app
mvn spring-boot:run -Pdev
Typescript Studio
build
Change into the Studio Client workspace:
$ cd apps/studio-client
To build the workspace, run
$ pnpm install
$ pnpm -r run build
run
If Studio Server runs locally, the command to start the local Studio Client server is
$ pnpm -r run start --filter ./apps/main/app
If Studio (Server) runs under some URL https://studio.acme.com/, the command must be complemented like this:
$ pnpm -r run start --filter ./apps/main/app -- --proxyTargetUri=https://studio.acme.com/
In any case, you can now open the given Studio Client URL http://localhost:3000
DRAFT