Windows doc tweaks
This commit is contained in:
parent
7925efada9
commit
cb6c45dbfe
|
@ -1,7 +1,5 @@
|
||||||
# Build RabbitMQ Windows Package using Windows
|
# Build RabbitMQ Windows Package using Windows
|
||||||
|
|
||||||
Last updated: `2018-11-08 12:31:19`
|
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
Windows 8.1 using this `Vagrantfile`:
|
Windows 8.1 using this `Vagrantfile`:
|
||||||
|
@ -15,11 +13,17 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that these steps should work on more recent versions of Windows as well.
|
||||||
|
If you have issues using a newer version of Windows, please provide full
|
||||||
|
details in a message to the
|
||||||
|
[`rabbitmq-users`](https://groups.google.com/forum/#!forum/rabbitmq-users)
|
||||||
|
mailing list.
|
||||||
|
|
||||||
## Initial Steps
|
## Initial Steps
|
||||||
|
|
||||||
Bring up the VM and go through the process of updating Windows and VirtualBox
|
Bring up the VM and go through the process of updating Windows and (optionall)
|
||||||
tools. You'll notice that the evaluation license is expired. Re-arm it by
|
VirtualBox tools. You'll notice that the evaluation license is expired. Re-arm
|
||||||
running this command via an administrative prompt:
|
it by running this command via an administrative prompt:
|
||||||
|
|
||||||
```
|
```
|
||||||
slmgr -rearm
|
slmgr -rearm
|
||||||
|
|
Loading…
Reference in New Issue