From 6d0398cd680af0a81877170e217a4e383172f5ea Mon Sep 17 00:00:00 2001 From: Christophe GARCIA Date: Tue, 3 Mar 2020 16:46:44 +0000 Subject: [PATCH 1/2] add documentation for solr --- docs/rabbitmq.md | 2 +- docs/solr.md | 41 +++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 docs/solr.md diff --git a/docs/rabbitmq.md b/docs/rabbitmq.md index 1c748b2..2d47a66 100644 --- a/docs/rabbitmq.md +++ b/docs/rabbitmq.md @@ -17,7 +17,7 @@ variable `CPHP_SERVICE_RABBITMQ` with the desired RabbitMQ version as value to y E.g. if you need `RabbitMQ 3.7.5` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the environment variable `CPHP_SERVICE_RABBITMQ = 3.7.5` to the Behat configuration. -## Connecting to elasticsearch +## Connecting to RabbitMQ diff --git a/docs/solr.md b/docs/solr.md new file mode 100644 index 0000000..55bde4f --- /dev/null +++ b/docs/solr.md @@ -0,0 +1,41 @@ +--- +layout: doc +title: "SolR - Documentation" +category: "queues" +order: 3 +excerpt: "SolR support by continuousphp" +--- +[SolR](https://lucene.apache.org/solr/) is supported by continuousphp. + +## Specification + +SolR containers are available for each activity in your build. To enable one of them, simply add the environment +variable `CPHP_SERVICE_SOLR` with the desired SolR version as value to your pipeline configuration. Available versions are : + +* ***8.4*** +* ***8.3*** +* ***8.2*** +* ***8.1*** +* ***8.0*** +* ***7.7*** +* ***7.6*** +* ***7.5*** +* ***6.6*** +* ***5.5*** + +E.g. if you need `SolR 8.0` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the +environment variable `CPHP_SERVICE_SOLR = 8.0` to the Behat configuration. + +## Connecting to SolR + +
+ + + + + + + + + +
Hostsolr-${CPHP_SERVICE_SOLR}
Port8983
ExempleFor SolR 7.7 host is solr-7.7
diff --git a/mkdocs.yml b/mkdocs.yml index 3ee7ec0..0857d12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -115,6 +115,7 @@ nav: - Web Servers: webserver.md - Other services: - ElasticSearch: elasticsearch.md + - SolR: solr.md - RabbitMQ: rabbitmq.md - Use various tools: - Ruby versions: ruby.md From 9b3871af313deb21321404cd606418a8f7984bf3 Mon Sep 17 00:00:00 2001 From: Christophe GARCIA Date: Wed, 4 Mar 2020 09:33:00 +0000 Subject: [PATCH 2/2] change solr host --- docs/solr.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/solr.md b/docs/solr.md index 55bde4f..c46b899 100644 --- a/docs/solr.md +++ b/docs/solr.md @@ -30,12 +30,9 @@ environment variable `CPHP_SERVICE_SOLR = 8.0` to the Behat configuration. - + - - -
Hostsolr-${CPHP_SERVICE_SOLR}Hostsolr
Port8983
ExempleFor SolR 7.7 host is solr-7.7