drush

Events happening in the community are now at Drupal community events on www.drupal.org.
davidd07's picture

Drush Unable for it to work

I have been trying so long for this to work, before it always used to work with my old computer. With the new one I seem to be unable for it to work.

Composer works fine but Drush seems to not work, I am having an issue where:

<

pre>
@-MacBook-Pro Desktop % composer require drush/drush

Using version ^10.4 for drush/drush ./composer.json has been created Running composer update drush/drush Loading composer repositories with package information Updating dependencies

Your requirements could not be resolved to an installable set of packages.

Problem 1

Read more
kuronecozizi's picture

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

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

今回、”さくらのクラウド”に最新バージョンの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
dealancer's picture

Meet Druml - multisite management tool

Hi,

I would like to introduce Druml (http://www.usedruml.com), which is a Drupal multisite management tool. It simplifies deployments of code and allows to perform various tasks for multiple sites. It can run in multithread mode. It integrates with Acquia. You can also extend it with custom functionality as you want.

Read more
macdev_drupal's picture

"Large" Multisite / Domainaccess Hosting & Deployment

We are running about 50 Drupal 7 Multisites + 1 Domainaccess Site with 10 Domains on a 2x 64GB 16 Core Cluster Nodes with Apache mod_php with apc and mysql stack.

The multisites are utilizing all the same codebase and just differ in usage of content and node types.
At the moment there are 3 mysqld running on the host.
We are thinking about splitting the 50 multisites in 2 halfs and run another mysqld for that.

One of our main problems is, that deployments with changes to many features could take several hours at the moment.

Read more
laVera's picture

Flujos de desarrollo

Si hay alguien por acá interesado (u obligado) en mejorar su fujo de desarrollo (developer workflow), lo invito a leer el articulo que escribí: Flujos de desarrollo en Drupal: Para ganar, primero hay que invertir

Se aceptan comentarios, criticas, consultas, etc.

Buenos humos a todos los drupaleros!

Read more
humansky's picture

Getting a list of users that belong to a specific role in Drupal multisite

I'm trying to get a list of user emails that belong to the role 'site administrators' from a remote multisite Drupal environment. When I run the following command:

drush @remote_site sql-query 'SELECT DISTINCT u.mail FROM users AS u LEFT JOIN users_roles AS ur ON u.uid=ur.uid LEFT JOIN role AS r ON ur.rid=r.rid WHERE r.name = "site administrator"'

Read more
humansky's picture

Getting a list of users that belong to a specific role in Drupal multisite

I'm trying to get a list of user emails that belong to the role 'site administrators' from a remote multisite Drupal environment. When I run the following command:

drush @remote_site sql-query 'SELECT DISTINCT u.mail FROM users AS u LEFT JOIN users_roles AS ur ON u.uid=ur.uid LEFT JOIN role AS r ON ur.rid=r.rid WHERE r.name = "site administrator"'

Read more
iribarne's picture

Getting Started with Drush - Broward Drupal Meeting Minutes - February 11, 2015

We held our Broward Drupal monthly meetup on Wednesday, February 11th from 7:00pm to 9:00pm.

Remote participants(via Skype and Join.me):
Jacksonville - Rick Esser
Tampa - Cynde Mercer @cyndemercer
Miami - Ron Norman @rnorman489

In Person (Greater Fort Lauderdale, Broward County Florida):
Allan Reed, Carlos Kosloff @asrealty, Luis Salazar @luispixelhead, Jay Epstein @jeppy64 and me @hectoriribarne

This month Carlos Kosloff @asrealty (http://asflorida.com) talked about getting started with Drush. The presentation covered the following:

  • What is drush?
  • Installing LAMP
Read more
tdodson's picture

Installing Drush 7.0-dev on a shared hosting server [documentation + cry for help]

Hi Everyone,

I was getting ready to develop a new, responsive theme for my portfolio site/tech blog and thought I would jump right in with building an Omega sub-theme as I had before. I discovered, though, that all the cool kids are using Omega 4 and that Omega 4 relied on the latest version of Drush to do its magic of building sub-themes from the command line.

Read more
koffer's picture

Que hacer con respaldos de Drush

Drupaleros he andando actualizando sitios con drush up. Cada que actualizo me hace un respaldo del sitio web en /root/drush-backups... y veo que tengo varios respaldos.

¿Ustedes que hacen con estos respaldos? ¿los borran?

¿existe un comando para borrarlos con Drush?

Read more
Subscribe with RSS Syndicate content