Update docs
diff --git a/README-install-devportal.md b/README-install-devportal.md new file mode 100644 index 0000000..9c3ee09 --- /dev/null +++ b/README-install-devportal.md
@@ -0,0 +1,13 @@ +# Install Apigee Devportal + +The playbook `install-devportal.yml` will perform an installation of Apigee Devportal. + +## Usage +The install process will be engaged when you invoke the playbook like this: + + ansible-playbook install-devportal.yml + +## Dependencies + +This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible]. +
diff --git a/README-install-edge.md b/README-install-edge.md index 94b64cb..dc1dd08 100644 --- a/README-install-edge.md +++ b/README-install-edge.md
@@ -4,7 +4,7 @@ from this playbook. ## Usage -The upgrade process will be engaged when you invoke the playbook like this: +The install process will be engaged when you invoke the playbook like this: ansible-playbook install-edge.yml
diff --git a/README-upgrade.md b/README-upgrade-edge.md similarity index 100% rename from README-upgrade.md rename to README-upgrade-edge.md
diff --git a/README.md b/README.md index 64ba527..6d4c129 100644 --- a/README.md +++ b/README.md
@@ -44,16 +44,16 @@ | --- | --- | --- | | [Install AIO](README-install-edge-aio.md) | [install-edge-aio.yml](install-edge-aio.yml) | [install-edge-aio-requirements.yml](install-edge-aio-requirements.yml) | | [Install Edge](README-install-edge.md) | [install-edge.yml](install-edge.yml) | [install-edge-requirements.yml](install-edge-requirements.yml) | -| [Upgrade Edge](README-upgrade.md) | [upgrade-edge.yml](upgrade-edge.yml) | [upgrade-edge-requirements.yml](upgrade-edge-requirements.yml) | +| [Upgrade Edge](README-upgrade-edge.md) | [upgrade-edge.yml](upgrade-edge.yml) | [upgrade-edge-requirements.yml](upgrade-edge-requirements.yml) | | [Apigee Bash Scripts Debug Mode](README-apigee-opdk-debug-mode.md) | [apigee-opdk-debug-mode.yml](apigee-opdk-debug-mode.yml) | [apigee-opdk-debug-mode-requirements.yml](apigee-opdk-debug-mode-requirements.yml) | +| [Install Developer Portal](README-install-devportal.md) | [install-devportal.yml](install-devportal.yml) | [install-devportal-requirements.yml](install-devportal-requirements.yml) | ## Installation, Configuration and Maintenance Scripts | Playbook Description (README's under construction) | Playbook Name | Playbook Role Requirements | | --- | --- | --- | -| [Install Developer Portal](install-devportal.yml) | [install-devportal.yml](install-devportal.yml) | [install-devportal-requirements.yml](install-devportal-requirements.yml) | | [Install Baas](install-baas.yml) | [install-baas.yml](install-baas.yml) | [install-baas-requirements.yml](install-baas-requirements.yml) | | [Install Monitoring Dashboard](install-monitoring.yml) | [install-monitoring.yml](install-monitoring.yml) | [install-monitoring-requirements.yml](install-monitoring-requirements.yml) | -| [Install Apigee Mirror](install-mirror.yml) | [install-mirror.ym](install-mirror.yml) | [install-mirror-requirements.yml](install-mirror-requirements.yml) | +| [Install Apigee Mirror](install-mirror.yml) | [install-mirror.yml](install-mirror.yml) | [install-mirror-requirements.yml](install-mirror-requirements.yml) | | [Install Monetization](install-monetization.yml) | [install-monetization.yml](install-monetization.yml) | [install-monetization-requirements.yml](install-monetization-requirements.yml) | | [Add a Data Center to a Planet](edge-expansion.yml) | [edge-expansion.yml](edge-expansion.yml) | [edge-expansion-requirements.yml](edge-expansion-requirements.yml) | | [Clean Control Server](clean.yml) | [clean.yml](clean.yml) | NA |