Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 546 Bytes

File metadata and controls

25 lines (18 loc) · 546 Bytes

Wordpress permissions

A bash script to configure correct permissions into a Wordpress installation.

Installation

cd /tmp
git clone git@github.com:DevNIX/wp-permissions.git && cd wp-permissions
make install

Usage

Just invoke the command with the webserver owner, group, and the folder you want to configure.

wp-permissions [owner] [group] [folder]

For example:

wp-permissions www-data www-data /var/www

Got any question or issue?