Drupal On Docker 👌| Drupal Tutorial | Drupal Site Building On Docker | Thetips4you

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024

ความคิดเห็น • 24

  • @DeonLouis1
    @DeonLouis1 ปีที่แล้ว +1

    I think this is the best docker tutorial on the web! Unfortunately I cannot hear the sound, which makes following it extremely difficult!!

    • @Thetips4you
      @Thetips4you  ปีที่แล้ว

      Sorry my friend for it. Was very new in the beginning on TH-cam and had lot of things to learn. At least new videos should be good.

  • @dorjedev733
    @dorjedev733 3 ปีที่แล้ว +1

    Excellent and well paced.

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Thank you for your feedback.

  • @maniindiapilibhit
    @maniindiapilibhit 2 ปีที่แล้ว +1

    Great saved my day

    • @Thetips4you
      @Thetips4you  2 ปีที่แล้ว +1

      That's nice to hear. Thank you

  • @DavidKHill
    @DavidKHill 3 ปีที่แล้ว +1

    I would have enjoyed this more if the recorded volume was higher. I turned my speakers up full blast and was barely able to hear the narration. Other than that this was most useful!

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Sorry about that David. Thank you for your feedback.

  • @WordPressU
    @WordPressU 3 ปีที่แล้ว +1

    If you get a 404 error on the IP - if your drupal & mysql containers are running, just use localhost:8080 and you will see the install screen

  • @pratyushsingh1606
    @pratyushsingh1606 3 ปีที่แล้ว +1

    Good work 😊

  • @Uvidz-bp9es
    @Uvidz-bp9es ปีที่แล้ว

    Hi, I would like to know, after installing the Drupal on Docker. How can I access the Drupal folder. I have followed your instructions and installed the Drupal, but I'm unable to locate the Drupal folder.

    • @Thetips4you
      @Thetips4you  ปีที่แล้ว

      Create a docker volume or login to docker container in iterative mode.

    • @Uvidz-bp9es
      @Uvidz-bp9es ปีที่แล้ว

      @@Thetips4you I have tried to do it but still unsuccessful. Can you please create a video on it.

  • @toufik4044
    @toufik4044 3 ปีที่แล้ว +2

    Thnak a lot, but where is the drupal code ?
    How can i get that localy?

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      I didn't understand on Drupal code. Can you clarify more.

    • @toufik4044
      @toufik4044 3 ปีที่แล้ว +1

      @@Thetips4you The project map, with Php code ....thanks in advance.

    • @pratyushsingh1606
      @pratyushsingh1606 3 ปีที่แล้ว

      @@Thetips4you : basically they want to bash in the drupal container to check the source code of drupal application which you installed. Because people would want to write their custom code after basic serup

    • @greaseDonkey
      @greaseDonkey 3 ปีที่แล้ว

      For local development, you can use docker-compose with bind mounts from the host pc to the container for your modules/themes/profiles or anything else really. This will allow you to edit files locally and sync with the file in the container. You can also check out the VSCode Remote Containers extension, which aims at making this whole thing transparent.

  • @SportTechNomad
    @SportTechNomad 3 ปีที่แล้ว

    Hi, thanks for the great tut.
    Can you please also tell us, where does the code resides? like if I want to do customization through code in my project where can I access it locally?
    Thanks again

    • @Thetips4you
      @Thetips4you  3 ปีที่แล้ว

      Thank you for your comments. All my codes are in my GitHub(shazforiot).

    • @greaseDonkey
      @greaseDonkey 3 ปีที่แล้ว +1

      For local development, you can use docker-compose with bind mounts from the host pc to the container for your modules/themes/profiles or anything else really. This will allow you to edit files locally and sync with the file in the container. You can also check out the VSCode Remote Containers extension, which aims at making this whole thing transparent.

  • @VitalijusCharinas
    @VitalijusCharinas 3 ปีที่แล้ว

    hey, how to setup existing website on docker? when you are do docker-compose down, you will loose your installation

    • @greaseDonkey
      @greaseDonkey 3 ปีที่แล้ว +1

      We store our DB and public/private files in docker volumes. The container itself is all our app code and nothing should be persistent in there as per design.