Skip to content

Commit 6b37168

Browse files
authored
Merge branch 'master' into feat/add-php7112-php72
2 parents f716138 + 7c46898 commit 6b37168

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

docs/elasticsearch.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: doc
3+
title: "ElasticSearch - Documentation"
4+
category: "queues"
5+
order: 1
6+
excerpt: "ElasticSearch support by continuousphp"
7+
---
8+
[ElasticSearch](https://github.com/elastic/elasticsearch) is supported by continuousphp.
9+
10+
## Specification
11+
12+
ElasticSearch containers are available for each activity in your build. To enable one of them, simply add the environment
13+
variable `CPHP_SERVICE_ELASTICSEARCH` with the desired ElasticSearch version as value to your pipeline configuration. Available versions are :
14+
15+
* ***6.2.4***
16+
* ***5.6.9***
17+
18+
E.g. if you need `ElasticSearch 6.2.4` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
19+
environment variable `CPHP_SERVICE_ELASTICSEARCH = 6.2.4` to the Behat configuration.
20+
21+
## Connecting to elasticsearch
22+
23+
<table>
24+
<tr>
25+
<td>Host</td><td>elasticsearch</td>
26+
</tr>
27+
<tr>
28+
<td>Port</td><td>9200</td>
29+
</tr>
30+
</table>

docs/rabbitmq.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: doc
3+
title: "RabbitMQ - Documentation"
4+
category: "queues"
5+
order: 1
6+
excerpt: "RabbitMQ support by continuousphp"
7+
---
8+
[RabbitMQ](https://github.com/rabbitmq) is supported by continuousphp.
9+
10+
## Specification
11+
12+
RabbitMQ containers are available for each activity in your build. To enable one of them, simply add the environment
13+
variable `CPHP_SERVICE_RABBITMQ` with the desired RabbitMQ version as value to your pipeline configuration. Available versions are :
14+
15+
* ***3.7.5***
16+
17+
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
18+
environment variable `CPHP_SERVICE_RABBITMQ = 3.7.5` to the Behat configuration.
19+
20+
## Connecting to elasticsearch
21+
22+
<table>
23+
<tr>
24+
<td>Host</td><td>rabbitmq</td>
25+
</tr>
26+
<tr>
27+
<td>Port</td><td>15672</td>
28+
</tr>
29+
</table>

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ nav:
108108
- PhantomJS: browser-ui-testing/phantomjs.md
109109
- Selenium Server Standalone: browser-ui-testing/selenium-server.md
110110
- Web Servers: webserver.md
111+
- Other services:
112+
- ElasticSearch: elasticsearch.md
113+
- RabbitMQ: rabbitmq.md
111114
- Use various tools:
112115
- Ruby versions: ruby.md
113116
- NodeJS versions: nodejs.md

0 commit comments

Comments
 (0)