Apigee Developer Kickstart is a Drupal distribution to quickly try out or get started using Drupal to create an Apigee developer portal.
This project is a Drupal installation profile which needs to be added to Drupal core and installed using Composer. The installation instructions below use the Apigee Devportal Kickstart composer project to install Drupal core and this installation profile to create a site.
The following command will download Drupal core and the Apigee Developer Portal Kickstart profile into the MY_PROJECT directory:
composer create-project apigee/devportal-kickstart-project:8.x-dev MY_PROJECT --stability dev --no-interaction
The actual web root will be MY_PROJECT/web. You will need to point your web server to serve up that directory and run the installer like any Drupal site installation.
If you want to quickly evaluate the system you can alternatively run the composer quick-start
script to run
the Drupal 8 quick start command:
cd MY_PROJECT
composer quick-start
This will start Drupal using PHP's built in web server and a SQLite database.
We encourage anyone with feedback, questions or issues to put in an issue into our Github issue queue.
We'd love to accept your patches and contributions to this project. Make sure to read CONTRIBUTING.md for details. Development is happening in our GitHub repository. The drupal.org issue queue is disabled, we use the Github issue queue instead.
This is not an officially supported Google product.