Laravel App Quick Deployment on Digital Ocean

Ғылым және технология

Laravel App Quick Deployment on Digital Ocean
calsob.com

Пікірлер: 15

  • @abdullahawad385
    @abdullahawad38511 ай бұрын

    commands please

  • @thelosrsemicolon
    @thelosrsemicolonАй бұрын

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

  • @thelosrsemicolon

    @thelosrsemicolon

    Ай бұрын

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

  • @homeautomationmadeeasy3276

    @homeautomationmadeeasy3276

    Ай бұрын

    Good to know that things are finally working

  • @ansontang9279
    @ansontang92799 ай бұрын

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

  • @homeautomationmadeeasy3276

    @homeautomationmadeeasy3276

    9 ай бұрын

    Please check there must be more details in the error message

  • @xerlapis

    @xerlapis

    9 ай бұрын

    nice

  • @lowelltebrero931
    @lowelltebrero9319 ай бұрын

    permission denied (publickey) how to deal this error ?

  • @homeautomationmadeeasy3276

    @homeautomationmadeeasy3276

    9 ай бұрын

    Check file permissions of the files on your server

  • @emmaasoh9149
    @emmaasoh91499 ай бұрын

    can we please get the commands you used?

  • @homeautomationmadeeasy3276

    @homeautomationmadeeasy3276

    9 ай бұрын

    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

  • @buminfoHQ
    @buminfoHQ5 ай бұрын

    Please add this command file.

  • @buminfoHQ

    @buminfoHQ

    5 ай бұрын

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

  • @kamran7737
    @kamran77373 ай бұрын

    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