Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noam-alum/wp-manager

WordPress website handler
https://github.com/noam-alum/wp-manager

Last synced: 8 days ago
JSON representation

WordPress website handler

Awesome Lists containing this project

README

        



WP-manager


WordPress websites handler


Explore the docs »




·
Report Bug
·
Request Feature


## About The Project

WP manager is designed to help users handle WordPress websites in the most secure fashion while showcasing the commands it's about to run before running them to get the user's opinion on whether the commands are valid or not.

### For example:
![alt text](https://github.com/Noam-Alum/WP-manager/blob/main/WP-manager-SC-example.png?raw=true)

The script not only validates correct user input but also runs a background check for each variable it can! (new path, MySQL root password... etc) to ensure a smooth usage of the script.
### Like in here:
![alt text](https://github.com/Noam-Alum/WP-manager/blob/main/WP-manager-UI-example.png?raw=true)

(back to top)

### External use

You can use the WP-manager script where ever you want !
Just use
WP-manager and you are good to go!

(back to top)

### Installation

_You have two options:_

1. Clone the repo
```sh
git clone https://github.com/Noam-Alum/WP-manager
```
Or

1. Install the script
```sh
wget https://alum.sh/files/WPM_sZadN1_w.sh
```

(back to top)

## Usage

```sh
./WPM_sZadN1_w.sh
```
OR
```sh
wget -q https://alum.sh/files/WPM_sZadN1_w.sh; chmod +x WPM_sZadN1_w.sh; ./WPM_sZadN1_w.sh; rm -rf WPM_sZadN1_w.sh
```

## License

Open source, anyone can use this script at their own risk.

(back to top)