Hi, We are setting up Developer Portal on-premises. enable_autostart is not working. Is there a fix available for this?
[ec2-user@app2 ~]$ /opt/apigee/apigee-service/bin/apigee-service apigee-drupal-devportal enable_autostart
error reading information on service apigee-drupal-devportal: No such file or directoryapigee-service: apigee-drupal-devportal: OK
Solved! Go to Solution.
There seems to be some bug in latest release. you can do this :
cp -fr /opt/apigee/apigee-drupal-devportal/etc/init.d/apigee-drupal-devportal /etc/init.d/
chkconfig /etc/init.d/apigee-drupal-devportal on