Laravel App Quick Deployment on Digital Ocean

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • Laravel App Quick Deployment on Digital Ocean
    calsob.com

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

  • @thelosrsemicolon
    @thelosrsemicolon 2 หลายเดือนก่อน +2

    this did not work for me. im getting 502 bad gateway after visiting my ip

    • @thelosrsemicolon
      @thelosrsemicolon 2 หลายเดือนก่อน +1

      my bad. I installed php8.1 instead of php8.1-fpm

    • @homeautomationmadeeasy3276
      @homeautomationmadeeasy3276  2 หลายเดือนก่อน

      Good to know that things are finally working

  • @kamran7737
    @kamran7737 4 หลายเดือนก่อน +2

    Here are some commands
    Laravel Permissions
    - sudo chown -R $USER:www-data .
    - sudo find . -type f -exec chmod 664 {} \;
    - sudo find . -type d -exec chmod 775 {} \;
    - sudo chgrp -R www-data storage bootstrap/cache
    - sudo chmod -R ug+rwx storage bootstrap/cache

  • @ansontang9279
    @ansontang9279 11 หลายเดือนก่อน +1

    I keep getting this error. Authentication failed for for my github repo. How do I fix it?

    • @homeautomationmadeeasy3276
      @homeautomationmadeeasy3276  11 หลายเดือนก่อน

      Please check there must be more details in the error message

    • @xerlapis
      @xerlapis 11 หลายเดือนก่อน

      nice

  • @emmaasoh9149
    @emmaasoh9149 11 หลายเดือนก่อน +2

    can we please get the commands you used?

    • @homeautomationmadeeasy3276
      @homeautomationmadeeasy3276  11 หลายเดือนก่อน

      Sure I will try to add it to the description. To support and encourage us you can go for premium membership which only costs $1/month and every month you get new tutorials with source code

  • @lowelltebrero931
    @lowelltebrero931 11 หลายเดือนก่อน

    permission denied (publickey) how to deal this error ?

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

    commands please