Skip to content

apigee/docker-apigee-drupal-kickstart

Repository files navigation

Apigee Dev Portal Kickstart Drupal + Docker

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.

This setup uses Maria DB and creates a volume to store uploaded files.

See here for the Drupal Installation Profile that this image is based on.

Prerequisites

  • Apigee Organization
  • docker and docker-compose installed

Features

  • Apigee Kickstart profile installed
  • Drupal REST UI installed
  • REST endpoints configure for Apigee Entities

Usage

Update the details of your Edge instance in the apigee.env file Adjust values of any other variables that are relevant.

Run the below command to run start the container:

# build and run the container
./start.sh

# run a pre-built image (ghcr.io/apigee/docker-apigee-drupal-kickstart)
./run.sh

If you want to rebuild the docker image run the below command:

docker compose up --build

Navigate to localhost:8080 and you will see an Apigee Portal installed with demo content.

Default admin credentials for the portal are: admin@example.com and pass, but you can change these in apigee.env.

Demo Apigee Kickstart on Google Compute instance with docker image