poplanw.blogg.se

Kickstart project
Kickstart project









  1. #Kickstart project install#
  2. #Kickstart project upgrade#
  3. #Kickstart project download#

The apigee/docker-apigee-drupal-kickstart project on GitHub can help you quickly get Kickstart running on Docker. This process also works for local development. Lando is a quick way to run the project on a local box, which uses Docker underneath the hood.

#Kickstart project install#

You can always follow standard Drupal install instructions if you do not have an AMP stack (Web server, Database, and PHP), but here are some other ways to get an AMP stack up and running: Drupal Quick Startĭrupal Quick Start is a quick way to run Drupal with an embedded database and web server. If you are not using Monetization in your Kickstart portal, you can run the following command to remove these modules from the file:Ĭomposer remove drupal/apigee_m10n drupal/commerce Alternate Installations Note: The composer create-project command shown above creates a main composer.json file that includes the Monetization and Commerce modules. The “ -optimize-autoloader” flag is optional in the above command.įor more information on using the Apigee Monetization module for Drupal with the Kickstart distribution, see Enable Monetization. If you are using your own composer file and you want to enable Monetization, use the following command to add apigee_m10n to your project before running the web base installer:Ĭomposer require drupal/apigee_m10n drupal/commerce:"^2.16" -optimize-autoloader If you enter connection details for a Monetization-enabled Apigee org and you are not prompted to enable Monetization, see updating your main composer file to confirm you are using the latest version of Kickstart. If you are installing Kickstart for use with a Monetization-enabled Apigee org and you are using the latest version of the apigee/devportal-kickstart-project in your main composer file, the installer prompts you to enable Monetization. Running the installation via web browser is recommended for the best experience. 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. Point your web server to serve that directory. The actual web root will be MY_PROJECT/web.

kickstart project

See Composer branch alias documentation for more information. It will always install the latest stable release of Drupal Core and the Kickstart distribution. Note that the -dev in the command above lets Composer know that we want to use the 9.x branch in the devportal-kickstart-project-composer GitHub project instead of a tag.

#Kickstart project download#

To download Drupal Core 9, the Apigee Developer Portal Kickstart profile, and all dependencies into the MY_PROJECT directory:Ĭomposer create-project apigee/devportal-kickstart-project:9.x-dev MY_PROJECT -no-interaction When installing Kickstart for uses other than local development, we highly recommend changing the Apigee Edge connection key provider to a more secure storage location. Warning: When installing Kickstart, the Edge connection settings are stored in Drupal’s configuration system which is not designed to store sensitive information.

kickstart project

#Kickstart project upgrade#

It is recommended to install or upgrade to supported versions.

kickstart project

PHP 7.1 and lower have reached end of life, and PHP 7.2 will be at end of life in November 2020.











Kickstart project