How to set Magento 2 permissions and avoid installation errors

Follow

Comments

1 comment

  • Avatar
    Jackey Hong2

    well. with new pearl web installer gui, one needs to make app/code/WeltPixel folder writable because of the less generation in step-3.

     

    # find var generated vendor pub/static pub/media app/etc app/code/WeltPixel app/code/WeSupply/ -type f -exec chmod g+w {} +

    # find var generated vendor pub/static pub/media app/etc app/code/WeltPixel app/code/WeSupply/ -type d -exec chmod g+ws {} +

    1
    Comment actions Permalink

Please sign in to leave a comment.