@@ -15,18 +15,18 @@ This guide describes how to get started with Flux with some examples demonstrati
1515## Setup
1616
1717You 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 ` flux-1.0.0.zip ` . You can extract this zip to any location on your
18+ The Flux application zip is titled ` marklogic- flux-1.0.0.zip` . You can extract this zip to any location on your
1919filesystem that you prefer.
2020
2121### Deploying the example application
2222
2323The examples in this guide, along with examples found throughout this documentation, depend on a small MarkLogic
2424application that can be deployed to your own instance of MarkLogic server. The application can be downloaded from
2525[ the latest Flux release page] ( https://github.com/marklogic/flux/releases ) in a zip titled
26- ` flux-getting-started-1.0.0.zip ` . To use Flux with this example application, perform the following steps:
26+ ` marklogic- flux-getting-started-1.0.0.zip` . To use Flux with this example application, perform the following steps:
2727
28- 1 . Extract the ` flux-getting-started-1.0.0.zip ` file to any location on your local filesystem.
29- 2 . Run ` cd flux-getting-started-1.0.0 ` to change to the directory created by extracting the zip file.
28+ 1 . Extract the ` marklogic- flux-getting-started-1.0.0.zip` file to any location on your local filesystem.
29+ 2 . Run ` cd marklogic- flux-getting-started-1.0.0 ` to change to the directory created by extracting the zip file.
30303 . Create a file named ` gradle-local.properties ` and add ` mlPassword=your MarkLogic admin user password ` to it.
31314 . Examine the contents of the ` gradle.properties ` file to ensure that the value of ` mlHost ` points to your MarkLogic
3232server 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
3838[ MarkLogic TDE template] ( https://docs.marklogic.com/guide/app-dev/TDE ) that creates a view in MarkLogic for the purpose
3939of demonstrating commands that utilize a [ MarkLogic Optic query] ( https://docs.marklogic.com/guide/app-dev/OpticAPI ) .
4040
41- It is recommended to extract the Flux application zip into the ` flux-getting-started-1.0.0 ` directory so that
41+ It is recommended to extract the Flux application zip into the ` marklogic- flux-getting-started-1.0.0` directory so that
4242you can easily execute the examples in this guide. After extracting the application zip, the directory should have a
4343structure similar to this (not all files may be shown):
4444
4545```
46- ./flux-getting-started-1.0.0
46+ ./marklogic- flux-getting-started-1.0.0
4747 build.gradle
4848 ./data
49- ./flux-1.0.0
49+ ./marklogic- flux-1.0.0
5050 ./gradle
5151 gradle.properties
5252 gradlew
@@ -59,7 +59,7 @@ structure similar to this (not all files may be shown):
5959You can run Flux without any options to see the list of available commands. If you are using Flux to run these examples,
6060first change your current directory to where you extract Flux:
6161
62- cd flux-1.0.0
62+ cd marklogic- flux-1.0.0
6363
6464And then run the Flux executable without any options:
6565
0 commit comments