Start, stop, or restart the portal

To start, stop, or restart Apigee Developer Services portal (or simply, the portal) components, use the apigee-service command:

/opt/apigee/apigee-service/bin/apigee-service component_name [ stop | start | restart ]

Where component_name can be one of the following:

  • apigee-drupal-devportal
  • apigee-drupal-contrib
  • apigee-drupal
  • apigee-drush
  • apigee-php

The following scripts detect the Apigee components configured to run on the system on which the script is executed, and will start or stop only those components in the correct order for that node.

  • To stop all Apigee components:
    /opt/apigee/apigee-service/bin/apigee-all stop
  • To start all Apigee components:
    /opt/apigee/apigee-service/bin/apigee-all start
  • To check which components are running:
    /opt/apigee/apigee-service/bin/apigee-all status