composer

Events happening in the community are now at Drupal community events on www.drupal.org.

Como trabajar con Composer

Posted by revija on March 11, 2020 at 4:45pm

Hola a todos, estoy con un VPS con Plesk Obsidian 18.0.24 y he visto que al añadir un dominio por defecto aparece PHP Composer.
Quería preguntaros si se puede hacer una instalación desde ahí de drupal 8 y como sería.

Estoy interesado en empezar a trabajar con Composer pero voy perdido.

Me podéis dar una ayudita.

Muchas gracias chicos/as.

Read more
Categories:

自分のWebsiteにアクセスしても、Drupal8.5.4の設定画面が出てこない

Posted by kuronecozizi on July 1, 2018 at 8:06am

お世話になっております。

今回、"さくらのクラウド"に最新バージョンのDrupal8.5.4を導入しようとしています。
個人的には、Nginxの設定に誤りがあるためだ、と考えておりますが、様々なサイトを回ってみても、原因の特定ができませんでした。
Nginx,MariaDB, PHPはyumでインストールしましたし、DrupalはComposerでサーバー内に展開しましたので、所有権や権限の設定は自動で行われていると考えております。

上記の私見で誤りがあれば、ご指摘・ご教授いただけますと、大変勉強になりますので、どうぞよろしくお願いいたします。

【構成】
さくらのクラウド
CPU:1core
Memory:1GB
SSD:20GB

OS:CentOS 7.5(64bit)
DB:MariaDB 10.2.8
PHP:PHP7.2 / PHP7.2-fpm
Server:Nginx 1.15.0

Composer 1.6.5
Drupal8.5.4はComposerにより配置済み

怪しいと考えている【Nginxのコンフィグファイル】3点のコードを記します。

くろまる/etc/nginx/nginx.conf

user nginx;
master_process off; ## ADD!

Read more

Apply Drupal 8 Patch by Composer without update Drupal Core

Posted by vickey on April 2, 2018 at 11:00am

Use the below procedure to apply the patch for composer based Drupal 8 website without updating the core version.

FYI, There was high critical security vulnerability issue fix :
https://www.drupal.org/sa-core-2018-002
https://groups.drupal.org/security/faq-2018-002

Please make sure "cweagans/composer-patches" plugin added in your composer.json and lock file or else use below command to add them.
composer require cweagans/composer-patches

Steps to update the patch.

Read more

Drupal 8.5 composer

Posted by grone2013 on March 14, 2018 at 3:54pm

Saludos compañeros y de antemano gracias.

Cuando instalo Drupal con composer este debería instalar la version estable y actual: 8.5. El asunto es que me instala la versión alpha de la rama 8.5. ¿alguna razón para eso?

Gracias

Read more
Anonymous's picture

The Drupal-Install Borg-Cube: "We seek peaceful coexistence ..."

Posted by Anonymous on February 12, 2016 at 11:19pm

... of Composer & Drush, anyway.

Composer may be the NewDrupalWay(tm), but Drush is still indispensible for much workflow. Working with both is a necessity.

So what's a Drone to do?

Here's a scenario from a (intended to be) Composer-only install. The how-to was cobbled together from the 1000-or-so blog posts, etc that keep telling us to "Get off the island" ... If anyone cares to share a/the "Definitive Current Composer HowTo for Drupal8", please pipe in!

(1) Install Drupal

composer create-project --keep-vcs drupal/drupal d8 8.0.3
cd d8
Read more
1 comment Categories:

[PR effort] Contrib maintainers should add composer.json

Posted by timmillwood on August 7, 2015 at 8:31am

Over in the webmasters queue I have started a discussion around a PR effort to get contrib module maintainers to add composer.json files to their modules.

Please join in and spread the word.

https://www.drupal.org/node/2547385

Read more

Project name and Module name not matching up problem in composer

Posted by generalredneck on April 8, 2015 at 2:12am

I don't expect a lot of feedback, however, I thought that I would post this here, so that it gets more visibility.

I've turned this into a blog post over here.

Literally, I wanted to convey that, if you are having problems with a specific module is required that has a package with a different name. For example in this error:

Problem 1
 - drupal/api 7.1.9 requires drupal/gplib >=7.2.1, <7.3.0 -> no matching package found.
Read more
2 comments Categories:

Update on Drupal 8 core and Composer

Posted by tstoeckler on January 14, 2015 at 2:27am

After weeks of back and forth the Drupal 8 core's composer.json file has now been moved to the core directory to facilitate fetching only the contents of the core directory via Composer.

The relevant issue is https://www.drupal.org/node/1975220. A big shoutout to everyone who moved that issue forward, most notably dawidwbaratt, daffie, bojanz and alexpott.

Read more
5 comments Categories: ,

Custom composer installer for Drupal projects

Posted by derhasi on December 18, 2014 at 12:28am

I'd like to share some thoughts on composer installers that we can use for supporting setting up a Drupal project with composer. I'd like to know about your assumptions and how we may be able to build common installer, that we can use maybe as a standard in the future.

Read more
7 comments Categories: ,

Drupal Continuous Integration Tools

Posted by omissis on May 9, 2014 at 1:52pm

Hi guys!
I wanted to share something I published today: http://drupalignite.com.
Basically it's a tool and a set of practices to setup a Drupal environment under a full Continuous Integration cycle using some well-known tools as drush, phing, composer and jenkins for the build phase, phpunit and behat for the testing and features and migrate for keeping everything (structure and data) in a code driven development shape.
I published the introduction, the following chapters will be published in the next months!
You can find the code on github: https://github.com/omissis/drupal-ignite

Read more
Subscribe with RSS Syndicate content

AltStyle によって変換されたページ (->オリジナル) /