SmartDocs is installed automatically when you install and run the installation test scripts described in Test the install. As part of running the test scripts, you run the following commands:
/opt/apigee/apigee-service/bin/apigee-service apigee-validate install
/opt/apigee/apigee-service/bin/apigee-service apigee-validate setup -f configFile
Where configFile is the same config file you used to install Edge. See Install Edge components on a node for more.
This command installs SmartDocs as part of running the tests.
To test that SmartDocs is installed, confirm that the smartdocs.zip
file is
located in the following directory:
/opt/apigee/apigee-validate/bundles/
Or run the following API call on the Management Server node:
curl -v -u adminEmail:adminPword 0:8080/v1/o/validate/apis
This command should return the following if SmartDocs is installed:
[ "smartdocs", "passthrough" ]