-
Bug
-
Resolution: Done
-
Major
-
7.0
-
Week 3 of Mar-2017, Week 12 of 52 (Mar 19 - 24)
When running through the documentation there is mention of using the /var/lib/amq7 directory; however, no mention or suggestion that the person installing might have to create this directory if it does not exist.
$ cd /var/lib/amq7
$ sudo <install-dir>/bin/artemis create mybroker
should read:
$ sudo mkdir /var/lib/amq7 $ cd /var/lib/amq7 $ sudo <install-dir>/bin/artemis create mybroker
- relates to
-
AMQDOC-2162 Installation: Update Broker Installation info in chapter 2
- Closed