- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2020
07:33 AM
09-02-2020
07:33 AM
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
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
07:52 AM
09-07-2020
07:52 AM
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 !
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2020
02:23 AM
09-06-2020
02:23 AM
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 !
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
07:49 AM
09-07-2020
07:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2020
07:52 AM
09-07-2020
07:52 AM
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 !