Created
September 20, 2012 03:02
-
-
Save balanza/3753716 to your computer and use it in GitHub Desktop.
Let wordpress plugin being installed locally
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#to show the apache running user, in a php file write | |
<?php echo(exec("whoami")); ?> | |
#Let's say it prints out XXX. now just run in your shell | |
$ sudo chown -R XXX:nogroup /path/to/wordpress/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment