drush

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

Drush Unable for it to work

Posted by davidd07 on March 8, 2021 at 11:22am

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
2 comments 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

Meet Druml - multisite management tool

Posted by dealancer on February 10, 2017 at 9:56pm

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
2 comments Categories: , ,

"Large" Multisite / Domainaccess Hosting & Deployment

Posted by macdev_drupal on January 31, 2017 at 1:27pm

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

Flujos de desarrollo

Posted by laVera on August 30, 2015 at 2:38pm

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
2 comments Categories: , ,

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

Posted by humansky on August 11, 2015 at 2:35pm

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
1 comment Categories: ,

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

Posted by humansky on August 11, 2015 at 2:33pm

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
5 comments Categories: ,

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

Posted by iribarne on February 12, 2015 at 8:57pm

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
Categories:

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

Posted by tdodson on June 25, 2014 at 3:04pm

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
2 comments Categories: ,

Que hacer con respaldos de Drush

Posted by koffer on May 12, 2014 at 3:45pm

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
Categories:
Subscribe with RSS Syndicate content

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