https://github.com/devnix/wp-permissions
A bash script to set secure permissions to a Wordpress installation.
https://github.com/devnix/wp-permissions
bash bash-script devops devops-tools permissions web-development wordpress
Last synced: 11 months ago
JSON representation
A bash script to set secure permissions to a Wordpress installation.
- Host: GitHub
- URL: https://github.com/devnix/wp-permissions
- Owner: devnix
- License: mit
- Created: 2018-06-14T22:32:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T22:59:04.000Z (over 7 years ago)
- Last Synced: 2025-02-10T04:43:15.850Z (about 1 year ago)
- Topics: bash, bash-script, devops, devops-tools, permissions, web-development, wordpress
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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?](https://github.com/DevNIX/wp-permissions/issues/new)