Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noam-alum/wp-manager
- Owner: Noam-Alum
- Created: 2023-10-12T13:58:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T17:41:16.000Z (9 months ago)
- Last Synced: 2024-02-14T18:48:16.901Z (9 months ago)
- Language: Shell
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)### External use
You can use the WP-manager script where ever you want !
Just use
WP-manager and you are good to go!### Installation
_You have two options:_
1. Clone the repo
```sh
git clone https://github.com/Noam-Alum/WP-manager
```
Or1. Install the script
```sh
wget https://alum.sh/files/WPM_sZadN1_w.sh
```## 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.