Results 17 comments of Terry

@dloeckx Works for me. Also resolve my pending problem for installing ntfs-3g. ``` brew install --cask macfuse brew install gromgit/fuse/ntfs-3g ```

Any progress on this? I face the same problem when install https://github.com/medcl/elasticsearch-analysis-ik/ test command: ``` docker run --name test -e ELASTICSEARCH_PLUGINS=https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.2.0/elasticsearch-analysis-ik-8.2.0.zip -d docker.io/bitnami/elasticsearch:8.2.0-debian-10-r1 ``` docker logs -f test output: ```...

> Hi @HEYGUL , By the moment the only workaround is to download the plugins with the same name they will be added to the mandatory list. when install the...

I'm interesting write this support when I had time:)

@jfelten How to do it?

I run php server.php start, nothing happened.

Great video. may you show screenshot of `php server.php start`? Here is mine, the process just quit immediatly.

thanks, I can run now with errors:

Drupal version ``` # drush st Drupal version : 10.1.2 Site URI : http://default DB driver : pgsql DB hostname : postgresql DB port : 5432 DB username : postgres...

1. docker `docker run -d --name drupal10 -p 8080:80 drupal:10` 2. composer: `composer create-project drupal/recommended-project my_site_name_dir ` https://www.drupal.org/docs/develop/using-composer/manage-dependencies