https://github.com/apigee/docker-apigee-drupal-kickstart
Using the quick-start command is great on your local machine, but doesn’t play nice in a Docker container.
Here is simple setup that lets you run the Apigee Drupal Kickstarter in a Docker container. This image is for local development purposes. This is not intended for a production setup. Please refer to the Documentation for installation, configuration and production hosting considerations.
See here for the Drupal Installation Profile that this image is based on.
Features
- Apigee Kickstart profile installed
- Drupal REST UI installed
- REST endpoints configure for Apigee Entities
Usage
export APIGEE_ORG=xxx
export APIGEE_USER=xxx
export APIGEE_PASS=xxx
# build and run the container
./start.sh
Navigate to localhost:8080 and you will see an Apigee Portal installed with demo content.
Default admin credentials for the portal are: admin and pass, but you can change these in start.sh.