Deployment and Ownership issues
- by kylemac
As an extreme newbie, I am having difficulty managing ownership and permissions on my first box. What I can't figure out is how to deploy using one user, we will call him deploy and operate my php application with www-data user.
Currently as it stands, I know my server runs as www-data through this function <?php echo(exec("whoami")); ?>…