From 7144852d07a77b657b216a4d74850c6b4e4d8bad Mon Sep 17 00:00:00 2001 From: GridexX Date: Fri, 21 Jul 2023 16:33:57 +0300 Subject: [PATCH] XWDOCKER-282: Update the process to use an external Solr instance - Remove the Changes in README Signed-off-by: GridexX --- README.md | 47 ++++++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index eb314522..66d4f67b 100644 --- a/README.md +++ b/README.md @@ -12,40 +12,29 @@ As an application wiki, XWiki allows for the storing of structured data and the -- [What is XWiki](#what-is-xwiki) -- [Table of contents](#table-of-contents) - [Introduction](#introduction) - [How to use this image](#how-to-use-this-image) - - [Pulling an existing image](#pulling-an-existing-image) - - [Using docker run](#using-docker-run) - - [Starting MySQL](#starting-mysql) - - [Starting MariaDB](#starting-mariadb) - - [Starting PostgreSQL](#starting-postgresql) - - [Starting XWiki](#starting-xwiki) - - [Using docker-compose](#using-docker-compose) - - [For MySQL on Tomcat](#for-mysql-on-tomcat) - - [For MariaDB on Tomcat](#for-mariadb-on-tomcat) - - [For PostgreSQL on Tomcat](#for-postgresql-on-tomcat) - - [Using Docker Swarm](#using-docker-swarm) - - [MySQL Example](#mysql-example) - - [PostgreSQL Example](#postgresql-example) - - [Using an external Solr service](#using-an-external-solr-service) - - [Docker run example](#docker-run-example) - - [Docker Compose example](#docker-compose-example) - - [Configuring Tomcat](#configuring-tomcat) - - [Building](#building) + - [Pulling existing image](#pulling-an-existing-image) + - [Using docker run](#using-docker-run) + - [Using docker-compose](#using-docker-compose) + - [Using Docker Swarm](#using-docker-swarm) + - [Using an external Solr service](#using-an-external-solr-service) + - [Preparing Solr container](#preparing-solr-container) + - [Docker run example](#docker-run-example) + - [Docker Compose example](#docker-compose-example) + - [Configuring Tomcat](#configuring-tomcat) + - [Building](#building) - [Upgrading XWiki](#upgrading-xwiki) -- [Details for the xwiki image](#details-for-the-xwiki-image) - - [Configuration Options](#configuration-options) - - [Passing JVM options](#passing-jvm-options) - - [Configuration Files](#configuration-files) - - [Miscellaneous](#miscellaneous) - [Troubleshooting](#troubleshooting) - - [Problem with eclipse-temurin base image](#problem-with-eclipse-temurin-base-image) +- [Details for the xwiki image](#details-for-the-xwiki-image) + - [Configuration Options](#configuration-options) + - [Passing JVM options](#passing-jvm-options) + - [Configuration Files](#configuration-files) + - [Miscellaneous](#miscellaneous) - [For Maintainers](#for-maintainers) - - [Update Docker Images](#update-docker-images) - - [Testing Docker Images](#testing-docker-images) - - [Clean Up](#clean-up) + - [Update Docker Images](#update-docker-images) + - [Testing Docker Images](#testing-docker-images) + - [Clean Up](#clean-up) - [License](#license) - [Support](#support) - [Contribute](#contribute)