@@ -15,18 +15,18 @@ This guide describes how to get started with Flux with some examples demonstrati
15
15
## Setup
16
16
17
17
You can download the latest release of the Flux application zip from [ the latest Flux release page] ( https://github.com/marklogic/flux/releases ) .
18
- The Flux application zip is titled ` marklogic-flux-1.1.2 .zip ` . You can extract this zip to any location on your
18
+ The Flux application zip is titled ` marklogic-flux-1.1.3 .zip ` . You can extract this zip to any location on your
19
19
filesystem that you prefer.
20
20
21
21
### Deploying the example application
22
22
23
23
The examples in this guide, along with examples found throughout this documentation, depend on a small MarkLogic
24
24
application that can be deployed to your own instance of MarkLogic server. The application can be downloaded from
25
25
[ the latest Flux release page] ( https://github.com/marklogic/flux/releases ) in a zip titled
26
- ` marklogic-flux-getting-started-1.1.2 .zip ` . To use Flux with this example application, perform the following steps:
26
+ ` marklogic-flux-getting-started-1.1.3 .zip ` . To use Flux with this example application, perform the following steps:
27
27
28
- 1 . Extract the ` marklogic-flux-getting-started-1.1.2 .zip ` file to any location on your local filesystem.
29
- 2 . Run ` cd marklogic-flux-getting-started-1.1.2 ` to change to the directory created by extracting the ZIP file.
28
+ 1 . Extract the ` marklogic-flux-getting-started-1.1.3 .zip ` file to any location on your local filesystem.
29
+ 2 . Run ` cd marklogic-flux-getting-started-1.1.3 ` to change to the directory created by extracting the ZIP file.
30
30
3 . Create a file named ` gradle-local.properties ` and add ` mlPassword=your MarkLogic admin user password ` to it.
31
31
4 . Examine the contents of the ` gradle.properties ` file to ensure that the value of ` mlHost ` points to your MarkLogic
32
32
server and that the value of ` mlRestPort ` is a port available for a new MarkLogic app server to use.
@@ -38,15 +38,15 @@ privileges for running the examples in this guide. Finally, the application incl
38
38
[ MarkLogic TDE template] ( https://docs.marklogic.com/guide/app-dev/TDE ) that creates a view in MarkLogic for the purpose
39
39
of demonstrating commands that utilize a [ MarkLogic Optic query] ( https://docs.marklogic.com/guide/app-dev/OpticAPI ) .
40
40
41
- It is recommended to extract the Flux application zip into the ` marklogic-flux-getting-started-1.1.2 ` directory so that
41
+ It is recommended to extract the Flux application zip into the ` marklogic-flux-getting-started-1.1.3 ` directory so that
42
42
you can easily execute the examples in this guide. After extracting the application zip, the directory should have a
43
43
structure similar to this (not all files may be shown):
44
44
45
45
```
46
- ./marklogic-flux-getting-started-1.1.2
46
+ ./marklogic-flux-getting-started-1.1.3
47
47
build.gradle
48
48
./data
49
- ./marklogic-flux-1.1.2
49
+ ./marklogic-flux-1.1.3
50
50
./gradle
51
51
gradle.properties
52
52
gradlew
@@ -59,7 +59,7 @@ structure similar to this (not all files may be shown):
59
59
You can run Flux without any options to see the list of available commands. If you are using Flux to run these examples,
60
60
first change your current directory to where you extract Flux:
61
61
62
- cd marklogic-flux-1.1.2
62
+ cd marklogic-flux-1.1.3
63
63
64
64
And then run the Flux executable without any options:
65
65
0 commit comments