Skip to content

Commit

Permalink
Update cloud-script.adoc (apache#1796)
Browse files Browse the repository at this point in the history
emphasize the command to execute
  • Loading branch information
mariemat authored Jul 25, 2023
1 parent 5cd7200 commit b9100ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/cloud-script.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Typical usage of the script is:
1. Copy the script to a location outside the `./solr/` working copy such as `<GIT_CHECKOUT>/../solr-testing`. Trying to use it from within the working copy will leave you fighting version control to avoid checking in files.
2. Edit the script to provide a proper back reference to your working copy for `DEFAULT_VCS_WORKSPACE` (the default is `../code/solr`)
3. Start a local zookeeper instance. This zookeeper must be running on localhost, but the port can be adjusted with a `-z` option passed to the script. `docker run -p 2181:2181 zookeeper` is one option to start up a local Zookeeper.
4. run ./cloud.sh new -r
4. run `./cloud.sh new -r`

The command in the final step will:

Expand Down

0 comments on commit b9100ba

Please sign in to comment.