You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) for `Linux` or `Windows` operating system and unarchive redis-connect-`<version>.<build>`.[tar.gz|zip] archive<br>
68
+
Docker image can be found at [DockerHub](https://hub.docker.com/r/redislabs/redis-connect)
71
69
70
+
Linux:
72
71
```bash
73
72
tar vxf <tarfile name>
74
73
```
74
+
Windows:
75
+
```cmd
76
+
unzip <zipfile name>
77
+
```
75
78
76
79
The following subdirectories will be extracted under /redis-connect -
77
-
<br>/bin – Startup scripts
78
-
<br>/lib – Dependencies
79
-
<br>/config – Credentials property files, jobmanager.properties, and job-config (JSON) examples
80
-
<br>/extlib – Custom/External dependencies e.g. [custom stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo), source-database drivers, etc.
80
+
<br>bin – Startup scripts
81
+
<br>lib – Dependencies
82
+
<br>config – Credentials property files, jobmanager.properties, and job-config (JSON) examples
83
+
<br>extlib – Custom/External dependencies e.g. [custom stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo), source-database drivers, etc.
81
84
82
85
### Getting Started
83
86
84
87
**Review options by running Redis Connect startup script** <br>
88
+
Linux:
85
89
```bash
86
90
redis-connect/bin$ ./redisconnect.sh
87
91
-------------------------------
88
92
Redis Connect startup script.
89
93
*******************************
90
-
Please ensure that the value of REDISCONNECT_JOB_MANAGER_CONFIG_PATH points to the correct jobmanager.properties in redisconnect.conf before executing any of the options below
94
+
Please ensure that the value of REDISCONNECT_JOB_MANAGER_CONFIG_PATH points to the correct jobmanager.properties in /home/viragtripathi/qa/vm/redis-connect/bin/redisconnect.conf before executing any of the options below
95
+
Check the value of redis.connection.url and credentials.file.path in jobmanager.properties e.g.
| Update `credentials.file.path` and `redis.connection.url` within `/config/jobmanager.properties`<br/> Example - <ahref="/examples/postgres/demo/config/jobmanager.properties">jobmanager.properties</a> |
0 commit comments