wp-productzilla/post-install.txt
rizal.productzilla b8ae357805 cloning program
2024-04-01 13:15:25 +07:00

11 lines
293 B
Plaintext

sudo chmod 775 -R wp-admin wp-content wp-includes
sudo chown www-data -R wp-admin wp-content wp-includes
sudo chown www-data:www-data .
########################
# IF GIT ERROR DO THIS #
########################
git config --global --add safe.directory <the absolute path of this directory>