https://github.com/GIP-RECIA/esup-publisher
main management is on ESUP, this repo is only for local management
https://github.com/GIP-RECIA/esup-publisher
uportal
Last synced: 3 months ago
JSON representation
main management is on ESUP, this repo is only for local management
- Host: GitHub
- URL: https://github.com/GIP-RECIA/esup-publisher
- Owner: GIP-RECIA
- License: apache-2.0
- Fork: true (EsupPortail/esup-publisher)
- Created: 2016-09-14T07:36:31.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:10:08.000Z (9 months ago)
- Last Synced: 2024-09-07T01:54:45.798Z (9 months ago)
- Topics: uportal
- Language: Java
- Homepage:
- Size: 20.3 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
esup-publisher-ui
=================Application to publish content into several/different apps (uPortal portlet apps as example but not only!)
[](https://github.com/GIP-RECIA/esup-publisher/actions/workflows/maven.yml)
[](https://github.com/GIP-RECIA/esup-publisher/actions/workflows/maven.yml)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](https://github.com/GIP-RECIA/docker-mariadb/) the application is qualified on a such server.Running with openjdk 8 or 11
### Initialization
```sql
create database publisher DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
```run mvn command to init the database
```shell
./mvnw compile liquibase:update
```or deploy and run directly the app
for more command details see doc/dev.txt info