Skip to content

shadcn/devportal-kickstart-project-composer

 
 

Repository files navigation

Apigee Developer Portal Kickstart Composer Project

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:

Prerequisites

Installation

The following command will download Drupal core, the Apigee Developer Portal Kickstart profile, and their dependencies, into the MY_PROJECT directory:

composer create-project apigee/devportal-kickstart-project:8.x-dev MY_PROJECT --no-interaction

The actual web root will be MY_PROJECT/web. You will need to point your web server to serve that directory. Then, visit the site in a web browser, and you'll be redirected to core/install.php, where you can run the installer like any Drupal site installation. Running the installation via web browser is recommended for the best experience.

Alternatively, you may run the composer quick-start script to run the Drupal 8 Quick Start Command. This will install Drupal using PHP's built in web server and an SQLite database.*

cd MY_PROJECT
composer quick-start

*Note: While quick-start is the quickest means of installing this profile, it is not the most performant, or complete. It does not present the configuration options available when installing via web browser. As a result, you'll need to configure the Apigee Edge connection manually, post installation. See Apigee Edge documentation for more details.

Issues, Questions and Feedback

We encourage anyone with feedback, questions or issues to put in an issue into our Github issue queue.

Contribute

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.

Support

This project, which integrates Drupal 8 with Apigee Edge, is supported by Google.

About

Composer project template for the Apigee Developer Portal Drupal distribution

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published