cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4 - Extensions installation and customization

SOLVED

Magento 2.4 - Extensions installation and customization

Hello, 

 

I would like to buy some extensions from a company  "Magento developer".
I will install Magento 2.4 on a test Ubuntu server, Magento 2.4 will be installed on a project folder called (Magento)
I'm planning to create for this company an user "webdev01" on the Magento server with the minimum rights or permissions, so they can only connect to the server by SSH and "just" install and costmuiz the extensions (nothing more).
 
- Please I would like to know the following :
 
1. Do they need full access to the Linux server? or just to the "Magento" project folder?  or  which file/folder directores? what kind of permissions?
2- Do they need full access to the SQL database /(directories) and SQL services? 
3- Do they need full access to Apache server and Apache service?
4- Do they need access to Linux Firewall? 
5- According to the answer for the last 4 questions, 
    Could you please help me to set the minimum rights or permissions to this user by editing the sudoers file "/etc/sudoers"?  
    
Thanks in advance.
Noury Micron 
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.4 - Extensions installation and customization

@nmicro70gm7302 

 

I don't think you need any extra thing to do, just try to create/edit/delete files with user and run 

composer -v

to know it is all good.

 

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

View solution in original post

3 REPLIES 3

Re: Magento 2.4 - Extensions installation and customization

Hello @nmicro70gm7302 ,

 

As I have shared in this answer , you can give permission accordingly, and user must have permission to copy folders to MAGENTO_FOLDER/app/code directory and he must be able to run composer for installing modules by composer.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Magento 2.4 - Extensions installation and customization

Hello @gaurav_harsh1 

 

Thanks for your reply.

 

Could you please send me the command line to do that? 

 

Thanks.

Re: Magento 2.4 - Extensions installation and customization

@nmicro70gm7302 

 

I don't think you need any extra thing to do, just try to create/edit/delete files with user and run 

composer -v

to know it is all good.

 

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy