Skip to content

Commit f92fc99

Browse files
committed
Updates read.me
1 parent 2249952 commit f92fc99

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

couchbase-driver/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ Once this a communication layer to Couchbase, we're using integration test, so y
1212
![Docker](https://www.docker.com/sites/default/files/horizontal_large.png)
1313

1414

15-
1. Install docker: https://www.docker.com/
16-
1. https://hub.docker.com/r/couchbase/server/
17-
1. Run docker command
18-
1. `docker run -d --name couchbase-instance -p 8091-8094:8091-8094 -p 11210:11210 couchbase`
19-
1. Follow the instructions: https://hub.docker.com/r/couchbase/server/
20-
1. Create a **jnosql** bucket name
21-
1. create an index running the query `CREATE PRIMARY INDEX index_jnosql on jnosql;`
22-
1. Follow the instructions: https://developer.couchbase.com/documentation/server/current/fts/full-text-intro.html to create a index-diana full text index
2315
1. Execute the test `mvn clean install`
2416

2517

elasticsearch-driver/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Once this a communication layer to Elasticsearch, we're using integration test,
1010

1111
![Docker](https://www.docker.com/sites/default/files/horizontal_large.png)
1212

13-
1. Install docker: https://www.docker.com/
14-
1. https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
15-
1. Run docker command
16-
1. `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.4.1`
1713
1. Execute the maven install `mvn clean install`
1814

1915

redis-driver/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Once this is a communication layer to Redis, we're using integration test, so yo
1212
![Docker](https://www.docker.com/sites/default/files/horizontal_large.png)
1313

1414

15-
1. Install docker: https://www.docker.com/
16-
1. https://store.docker.com/images/redis
17-
1. Run docker command
18-
1. `docker run --name redis-instance -p 6379:6379 -d redis`
1915
1. Execute the maven install `mvn clean install`
2016

2117

0 commit comments

Comments
 (0)