This Composer project template is a quick way to install the Apigee Developer Portal Kickstart installation profile for Drupal.
This is a Composer package that installs the following components to make a fully working and configured 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.
This is not an officially supported Google product.