1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

upgrade to java 11 + upgrade libraries

This commit is contained in:
bgamard
2021-01-25 22:40:58 +01:00
parent 1fef4c3d2e
commit 6fcd8771a5
17 changed files with 66 additions and 115 deletions

View File

@@ -63,7 +63,7 @@ A preconfigured Docker image is available, including OCR and media conversion to
**The default admin password is "admin". Don't forget to change it before going to production.**
- Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest`
- Latest stable version: `sismics/docs:v1.8`
- Latest stable version: `sismics/docs:v1.9`
The data directory is `/data`. Don't forget to mount a volume on it.
@@ -106,7 +106,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.8
image: sismics/docs:v1.9
restart: unless-stopped
ports:
# Map internal port to host
@@ -129,7 +129,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.8
image: sismics/docs:v1.9
restart: unless-stopped
ports:
# Map internal port to host
@@ -185,7 +185,7 @@ Manual installation
#### Requirements
- Java 8 with the [Java Cryptography Extension](http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html)
- Java 11
- Tesseract 3 or 4 for OCR
- ffmpeg for video thumbnails
- mediainfo for video metadata extraction
@@ -199,7 +199,7 @@ The latest release is downloadable here: <https://github.com/sismics/docs/releas
How to build Teedy from the sources
----------------------------------
Prerequisites: JDK 8 with JCE, Maven 3, NPM, Grunt, Tesseract 3 or 4
Prerequisites: JDK 11, Maven 3, NPM, Grunt, Tesseract 3 or 4
Teedy is organized in several Maven modules: