@@ -51,7 +50,7 @@ Before generating the json files,we need to do some preparation:
* -a amd64: specifies the CPU architecture.
* -d /var/www/html/stack: specifies the base directory where the metadata will be written to. For images, the path will be /opt/stack/images/streams/v1..
4. Generate tools json file:
## Generate tools json file:
```shell
juju metadata generate-tools -d /var/www/html/stack/ --stream released
...
...
@@ -61,14 +60,14 @@ Before generating the json files,we need to do some preparation:
`/var/www/html` is the Apache server default directory
5. Use the validation command to ensure iamge and tools are available for juju to use:
## Use the validation command to ensure iamge and tools are available for juju to use: