https://github.com/complexorganizations/wordpress-manager
✔️ Self-hosted WordPress Manager
https://github.com/complexorganizations/wordpress-manager
Last synced: about 2 months ago
JSON representation
✔️ Self-hosted WordPress Manager
- Host: GitHub
- URL: https://github.com/complexorganizations/wordpress-manager
- Owner: complexorganizations
- Created: 2021-01-27T11:45:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T12:29:57.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:03:14.755Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
- Code of conduct: .github/code_of_conduct.md
- Security: .github/security.md
Awesome Lists containing this project
README
Wordpress Manager
### What is WordPress ?
WordPress is a free, open-source content management system written in PHP and combined with a database of MySQL or MariaDB. Apps include a plugin framework and a template system which is referred to as themes inside WordPress.
---
### 📲 Installation
Lets first use `curl` and save the file in `/var/www`
```
curl -o /var/www/wordpress-manager.sh https://raw.githubusercontent.com/complexorganizations/wordpress-manager/main/wordpress-manager.sh
```
Then let's make the script user executable (Optional)
```
chmod +x /var/www/wordpress-manager.sh
```
It's finally time to execute the script
```
bash /var/www/wordpress-manager.sh
```
---
### Features
- Install, Manage Wordpress Installation
---
### Author
---
### License
This project is unlicensed.