Installation on DRUPAL 9.x

Hi guys,
I am new to Drupal and wanted to know what am I doing wrong?
1 downloaded consul-master.zip
2 uploaded zip file through MODUL upload in Drupal
3 ERROR MESSAGE " consul-master.zip no contiene ni does not contain any .info.yml files."

How do I get to install Consul in Drupal?

Hi @geekowl, AFAIK, Drupal is written in PHP while CONSUL is written in Ruby. I do not know if Drupal allows to install Ruby web applications as modules, but I think this is not possible to do :thinking:. However, we have the CONSUL installer project, which will install CONSUL on a Ubuntu running server (16.04, 18.04, 20.04).

Hi again @geekowl, Maybe you are searching for this project inspired in CONSUL.

That is exactly what I am looking for! How do I get this installed on my website?

You should ask the project maintainers. Here you have the project repository https://git.drupalcode.org/project/drupal_consul/.