Skip to content

App to publish several kind of contents depending on channel reader - used into uPortal

License

Notifications You must be signed in to change notification settings

EsupPortail/esup-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esup-publisher-ui

Application to publish content into several/different apps (uPortal portlet apps as example but not only!)

Database Initialization

Requirement

The database server should be a recent version supporting utf8mb4 characters and the collation indicated bellow. As example you can use this mariadb configuration the application is qualified on a such server.

Running with openjdk 8 or 11

Initialization

create database publisher DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

run mvn command to init the database

./mvnw compile liquibase:update

or deploy and run directly the app

for more command details see doc/dev.txt info