Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Connect your content, file and asset sources directly in the CoreMedia Studio Library.

License

Notifications You must be signed in to change notification settings

CoreMedia/coremedia-studio-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status: Active For CoreMedia CMS

CoreMedia Labs Logo

CoreMedia Studio Hub

The CoreMedia Studio Hub allows to integrate various external and asset management systems into the Studio library and to preview items of these systems. It allows you to integrate just about any external system or platform into your CoreMedia system. The Studio Hub is implemented as a Blueprint extension.

Documentation & Tutorial

https://github.com/CoreMedia/coremedia-studio-hub/tree/master/documentation

Issue Tracker

https://github.com/CoreMedia/coremedia-studio-hub/issues

Installation

  • From the project's root folder, clone this repository as submodule into the extensions folder. Make sure to use the branch name that matches your workspace version.
git submodule add  -b 1907.1 https://github.com/CoreMedia/coremedia-studio-hub modules/extensions/coremedia-studio-hub
  • Use the extension tool in the root folder of the project to link the modules into your workspace.
mvn -f workspace-configuration/extensions com.coremedia.maven:extensions-maven-plugin:LATEST:sync -Denable=coremedia-studio-hub
  • Rebuild the workspace

For CI runs:

  • Ensure that the matching branch name is set in the .gitmodules file, e.g.:
[submodule "modules/extensions/coremedia-studio-hub"]
	path = modules/extensions/coremedia-studio-hub
	url = https://github.com/CoreMedia/coremedia-studio-hub.git
	branch = 1907.1

For the IDEA import:

  • Ignore folder .remote-package
  • Disable "Settings > Compiler > Clear output directory on rebuild"