-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
116 changed files
with
21,514 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
51 changes: 51 additions & 0 deletions
51
releases/29.7/docs/admin-guide/scripts/docker-compose-mysql8.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
## | ||
# docker-compose up [-d] | ||
# docker-compose down | ||
## | ||
version: '2.4' | ||
|
||
networks: | ||
inception-net: | ||
|
||
services: | ||
db: | ||
image: "mysql:8" | ||
environment: | ||
- MYSQL_RANDOM_ROOT_PASSWORD=yes | ||
- MYSQL_DATABASE=inception | ||
- MYSQL_USER=${DBUSER:-inception} | ||
- MYSQL_PORT=3306 | ||
- MYSQL_PASSWORD=${DBPASSWORD:-inception} | ||
volumes: | ||
- ${INCEPTION_DB_HOME:-db-data}:/var/lib/mysql | ||
command: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_bin"] | ||
healthcheck: | ||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "-p${DBPASSWORD:-inception}", "-u${DBUSER:-inception}"] | ||
interval: 20s | ||
timeout: 10s | ||
retries: 10 | ||
networks: | ||
inception-net: | ||
|
||
app: | ||
image: "${INCEPTION_IMAGE:-ghcr.io/inception-project/inception}:${INCEPTION_VERSION:-{revnumber}}" | ||
ports: | ||
- "${INCEPTION_PORT:-8080}:8080" | ||
environment: | ||
- INCEPTION_DB_DIALECT=org.hibernate.dialect.MySQL8Dialect | ||
- INCEPTION_DB_DRIVER=org.mariadb.jdbc.Driver | ||
- INCEPTION_DB_URL=jdbc:mysql://db:3306/inception?useSSL=false&useUnicode=true&characterEncoding=UTF-8 | ||
- INCEPTION_DB_USERNAME=${DBUSER:-inception} | ||
- INCEPTION_DB_PASSWORD=${DBPASSWORD:-inception} | ||
volumes: | ||
- ${INCEPTION_HOME:-app-data}:/export | ||
depends_on: | ||
db: | ||
condition: service_healthy | ||
restart: unless-stopped | ||
networks: | ||
inception-net: | ||
|
||
volumes: | ||
app-data: | ||
db-data: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
## | ||
# docker-compose up [-d] | ||
# docker-compose down | ||
## | ||
version: '2.4' | ||
|
||
networks: | ||
inception-net: | ||
|
||
services: | ||
db: | ||
image: "mariadb:10.7" | ||
environment: | ||
- MYSQL_RANDOM_ROOT_PASSWORD=yes | ||
- MYSQL_DATABASE=inception | ||
- MYSQL_USER=${DBUSER:-inception} | ||
- MYSQL_PORT=3306 | ||
- MYSQL_PASSWORD=${DBPASSWORD:-inception} | ||
volumes: | ||
- ${INCEPTION_DB_HOME:-db-data}:/var/lib/mysql | ||
command: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_bin"] | ||
healthcheck: | ||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "-p${DBPASSWORD:-inception}", "-u${DBUSER:-inception}"] | ||
interval: 20s | ||
timeout: 10s | ||
retries: 10 | ||
networks: | ||
inception-net: | ||
|
||
app: | ||
image: "${INCEPTION_IMAGE:-ghcr.io/inception-project/inception}:${INCEPTION_VERSION:-{revnumber}}" | ||
ports: | ||
- "${INCEPTION_PORT:-8080}:8080" | ||
environment: | ||
- INCEPTION_DB_DIALECT=org.hibernate.dialect.MariaDB103Dialect | ||
- INCEPTION_DB_DRIVER=org.mariadb.jdbc.Driver | ||
- INCEPTION_DB_URL=jdbc:mariadb://db:3306/inception?useSSL=false&useUnicode=true&characterEncoding=UTF-8 | ||
- INCEPTION_DB_USERNAME=${DBUSER:-inception} | ||
- INCEPTION_DB_PASSWORD=${DBPASSWORD:-inception} | ||
- JAVA_OPTS=-Dspring.jpa.properties.hibernate.dialect.storage_engine=innodb | ||
volumes: | ||
- ${INCEPTION_HOME:-app-data}:/export | ||
depends_on: | ||
db: | ||
condition: service_healthy | ||
restart: unless-stopped | ||
networks: | ||
inception-net: | ||
|
||
volumes: | ||
app-data: | ||
db-data: |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+28.4 KB
...ases/29.7/docs/developer-guide/images/diag-a06cf7943ca7daddfb1cc80682508375.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+134 KB
releases/29.7/docs/user-guide/images/annotation_editor_with_suggestions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+65.8 KB
releases/29.7/docs/user-guide/images/getting_started_Sidebar_closed.png
Oops, something went wrong.
Binary file added
BIN
+54.5 KB
releases/29.7/docs/user-guide/images/getting_started_Sidebar_open.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+20.5 KB
releases/29.7/docs/user-guide/images/getting_started_annotation_panel.png
Oops, something went wrong.
Binary file added
BIN
+63.5 KB
releases/29.7/docs/user-guide/images/getting_started_create_users.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+30.3 KB
releases/29.7/docs/user-guide/images/getting_started_download_example_project.png
Oops, something went wrong.
Binary file added
BIN
+228 KB
releases/29.7/docs/user-guide/images/getting_started_example_for_annotations.png
Oops, something went wrong.
Binary file added
BIN
+136 KB
releases/29.7/docs/user-guide/images/getting_started_first_annotation.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+70.5 KB
releases/29.7/docs/user-guide/images/getting_started_import_project.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+26 KB
releases/29.7/docs/user-guide/images/getting_started_open_a_project.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+108 KB
releases/29.7/docs/user-guide/images/getting_started_starting_the_jar_I.png
Oops, something went wrong.
Binary file added
BIN
+29.3 KB
releases/29.7/docs/user-guide/images/getting_started_starting_the_jar_II.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+12.1 KB
releases/29.7/docs/user-guide/images/monitoring-annotation-states.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.