User Tools

Site Tools


software:drupal

This is an old revision of the document!


Setup Drupal with Composer

Download Composer

From: https://getcomposer.org/download/

Download Composer

Run this in your terminal to get the latest Composer version:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

Install Globally

From: https://getcomposer.org/doc/00-intro.md

mv composer.phar /usr/local/bin/composer

create the project

From: https://github.com/drupal-composer/drupal-project

composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction

Composer template for Drupal projects

This project template should provide a kickstart for managing your site dependencies with Composer.

If you want to know how to use it as replacement for Drush Make visit the Documentation on drupal.org.

From:

Turnkey Drupal

From: https://hub.turnkeylinux.org/pricing/

Rapidly explore and deploy 100+ ready-to-use server apps in the Amazon EC2 cloud. Only a browser required.

You asked us to make TurnKey even easier. We did. Deploying TurnKey on-demand in the cloud frees you from having to download of hundreds of MBs per appliance image, setup extra software and hardware for virtualization, or ask special favors from IT staff.

commerse kickstart

Reference: panopoly

From: https://drupalcommerce.org/commerce-kickstart-2

From Demo: http://demo.commerceguys.com/

Open Atrium - Intranet (Calendar)

Drupal Commons - community

ERPAL

Panopoly

Has Modules:

View

Pathauto

Date

WISIWYG

Link

Media

Entity API

Search API

Libraries

Panelizer

FAPE

CTools

Panels

Features

Fieldable Panel Panes

Admin Views

Module Filter

Save Draft

JQuery Update

Linklt

software/drupal.1507488416.txt.gz · Last modified: 2017/10/08 18:46 by superwizard