Skip to content

Commit 3dab198

Browse files
committed
Install: Implement suggestions by CodeRabbit
1 parent 74f8f81 commit 3dab198

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install/cloud/azure/vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ the same steps as for Azure and Linux.
142142
### Create virtual machines
143143

144144
Similar steps to creating Virtual Machines for Azure and Linux, but create the
145-
VM based on the 'Windows Server 2012 R2 Datacenter' image.
145+
VM based on a recent "Windows Server LTS" image.
146146

147147
### Install CrateDB
148148

@@ -171,7 +171,7 @@ We need to allow the ports CrateDB uses through the Windows Firewall
171171
:alt: Firewall configuration
172172
```
173173

174-
Start crate by running `bin/crate`.
174+
Start crate by running `bin\crate.bat`.
175175

176176
[3.3]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
177177
[java jdk installed]: https://www.oracle.com/java/technologies/downloads/#java8

docs/install/redhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install CrateDB [RPM] packages using the [DNF], [YUM], or [ZYpp] package manager
1010
:::
1111

1212
This installation method is suitable for Red Hat Enterprise Linux (RHEL) and compatible
13-
systems like Fedora, CentOS, Rocky Linux, AlmaLinux, AWS Linux, Oracle Linux, or
13+
systems like Fedora, CentOS, Rocky Linux, AlmaLinux, Amazon Linux, Oracle Linux, or
1414
Scientific Linux. Installation also works on openSUSE and SUSE Linux Enterprise Server
1515
(SLES) systems.
1616

0 commit comments

Comments
 (0)