File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable `CPHP_SERVICE_RABBITMQ` with the desired RabbitMQ version as value to y
1717E.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
1818environment variable ` CPHP_SERVICE_RABBITMQ = 3.7.5 ` to the Behat configuration.
1919
20- ## Connecting to elasticsearch
20+ ## Connecting to RabbitMQ
2121
2222<table >
2323 <tr >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : doc
3+ title : " SolR - Documentation"
4+ category : " queues"
5+ order : 3
6+ excerpt : " SolR support by continuousphp"
7+ ---
8+ [ SolR] ( https://lucene.apache.org/solr/ ) is supported by continuousphp.
9+
10+ ## Specification
11+
12+ SolR containers are available for each activity in your build. To enable one of them, simply add the environment
13+ variable ` CPHP_SERVICE_SOLR ` with the desired SolR version as value to your pipeline configuration. Available versions are :
14+
15+ * *** 8.4***
16+ * *** 8.3***
17+ * *** 8.2***
18+ * *** 8.1***
19+ * *** 8.0***
20+ * *** 7.7***
21+ * *** 7.6***
22+ * *** 7.5***
23+ * *** 6.6***
24+ * *** 5.5***
25+
26+ 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
27+ environment variable ` CPHP_SERVICE_SOLR = 8.0 ` to the Behat configuration.
28+
29+ ## Connecting to SolR
30+
31+ <table >
32+ <tr >
33+ <td>Host</td><td>solr</td>
34+ </tr >
35+ <tr >
36+ <td>Port</td><td>8983</td>
37+ </tr >
38+ </table >
Original file line number Diff line number Diff line change 115115 - Web Servers : webserver.md
116116 - Other services :
117117 - ElasticSearch : elasticsearch.md
118+ - SolR : solr.md
118119 - RabbitMQ : rabbitmq.md
119120 - Use various tools :
120121 - Ruby versions : ruby.md
You can’t perform that action at this time.
0 commit comments