Це відео не доступне.
Перепрошуємо.

Laravel App Quick Deployment on Digital Ocean

Поділитися
Вставка
  • Опубліковано 14 лип 2023
  • Laravel App Quick Deployment on Digital Ocean
    calsob.com

КОМЕНТАРІ • 15

  • @thelosrsemicolon
    @thelosrsemicolon Місяць тому +2

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

  • @kamran7737
    @kamran7737 3 місяці тому +1

    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 10 місяців тому +1

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

  • @emmaasoh9149
    @emmaasoh9149 10 місяців тому +2

    can we please get the commands you used?

    • @homeautomationmadeeasy3276
      @homeautomationmadeeasy3276  10 місяців тому

      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

  • @abdullahawad385
    @abdullahawad385 Рік тому +2

    commands please

  • @lowelltebrero931
    @lowelltebrero931 10 місяців тому

    permission denied (publickey) how to deal this error ?

  • @buminfoHQ
    @buminfoHQ 6 місяців тому +1

    Please add this command file.

    • @buminfoHQ
      @buminfoHQ 6 місяців тому +2

      This video is not useful if the command file is not added