Starting, stopping, or restarting the portal

Developer Services Portal v. 4.17.09

To start, stop, or restart the portal components, use the apigee-service command:

> /opt/apigee/apigee-service/bin/apigee-service compName stop|start|restart

Where compName 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