Skip to content

Commit

Permalink
Merge pull request #2 from richard-austin/stage_2_generate_broker_ks_…
Browse files Browse the repository at this point in the history
…on_initial_installation

* Update docs to cover automatic credentials generation on initial in…
  • Loading branch information
richard-austin authored May 4, 2024
2 parents 26b485e + a5c4704 commit f9ded00
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,24 @@ mqURL on the Cloud server and all relevant NVRs are set to include the correct h
* from the project home directory (activemq-for-cloud-service), run ./gradlew buildDebFile. The deb file will be created at
the sub directory deb-file-creation. As supplied, this is set for installation on an arm84 Ubuntu 23.10 platform.

### Install ActiveMQ
* Copy the .deb file created by the build to the target machine. The default build is for a Raspberry pi 4 or 5
running Ubuntu 23.10
* Install with the following command: -
```bash
sudo apt install ./activemq-for-cloud-service_/[version]_arm64.deb

# Where [version] is the relevant version part of the .deb file name.
```
* If this is the first installation, a user name and password will be shown towards the end of the installation text.
This is a randomly generated password that the NVR and Cloud server must use to connect to ActiveMQ.
```agsl
Example: -
ActiveMQ user: cloud
ActiveMQ password: ueCqt4hxvdRZ5qnx2p0g
```
#### The credentials generated on initial installation should be noted as they will be required on the Cloud server and any NVRs which are to be accessed through the Cloud server.



0 comments on commit f9ded00

Please sign in to comment.