Having problems installing Drupal? See the Installation Guide for more information.

Running Drupal inside Docker container using own /sites /themes /modules

I'm working on a project which the client has specifically requested be deployed inside a Docker container. Ideally I would like the core drupal files to be in the container possibly using the Official Drupal Docker images, but I want to mount my own /themes /modules /profiles and /sites folders.

I've tried this, but Drupal seems to ignore the /sites folder and treats it as a new install. If though, I map my whole drupal application to /var/www/html, replacing the Drupal files in the image, it works absolutely fine.

how to put the public file system on a separate disk from web root

I've been searching to find out how to configure the public file system to store files on a disk separate from the web root. The only thing I can find is that the path I use must be within the web root. Any ideas how I can accomplish this?

InvalidArgumentException error install devel module with composer

Hi,

I have problem install modules with composer.

Works good before but seems not working recently.

Drupal version: 8.5

Composer version: 1.6.3

/composer.json file set up correct as following:

Drupal 8.4.5 - multisite - site specific modules problem

Hi!

I am using Drupal 8.4.5 with Acquia Lightning 3.1.0.
Site updates are managed by Composer.
I am using Drush 9.2.0.

I have problem with running site specific modules.
Drush can see them without problem, also they are visible in Drupal admin panel.
But after clearing cache (drush cr) they disappear from moduleHandler service. All modules shared between sites are visible.
Same modules are working alright when moved to shared modules folder.

Installing Drupal 8.5 need help enabling clean URLS

Hello experts! I am new to Drupal 8/CentOS. I am setting up my Drupal8.5-based web server and can use some help enabling Clean URLs to finish the installation (that is the only error I am seeing so far).

I have tried changing the httpd.conf to include "AllowOverride All" under <Directory "/var/www/html">  ..... but that hasnt cleared the warning. When I run apachectl -M | sort, it shows "rewrite_module (shared)".

What am I missing for this to work?

My configuration is below:

OK

WEB SERVER

Apache/2.4.6 (CentOS) PHP/7.2.3

Install Drush inside my Drupal 8 site

Hi All,

I have drupal 8.5 site in my XAMPP locally windows 10 machine.

Have composer installed in my windows machine and use composer to handle everything.

Use composer installed Drush 9.2.1 global.

when run 'drush version' got the following error:

' 'C:\xampp\htdocs\drupal8/vendor/drush/drush/drush' is not recognized as an internal or external command,
operable program or batch file'

have all of the PATH variables edit in my windows system variables.

Use GIT Bash to run got the same error msg.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal