Here is the steps on production environment (Very standard)
- Deployment process [one time task]: Copy source code and install all packages --> this is done by sudo user, lets say “sshuser”
- Run time our packages are executed by another service account user --> let say “service_user”
In my case user #2 never find the packages installed by user #1
How can I have common environment for both users?
Thanks everyone!
6 posts - 5 participants