https://github.com/cbunting99/wordpress-files
This repository contains a small set of development utility scripts for local WordPress/server management tasks.
https://github.com/cbunting99/wordpress-files
docker local-development php wordpress wordpress-development
Last synced: 3 months ago
JSON representation
This repository contains a small set of development utility scripts for local WordPress/server management tasks.
- Host: GitHub
- URL: https://github.com/cbunting99/wordpress-files
- Owner: cbunting99
- Created: 2025-08-08T11:02:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T11:09:54.000Z (11 months ago)
- Last Synced: 2026-02-14T13:41:44.675Z (5 months ago)
- Topics: docker, local-development, php, wordpress, wordpress-development
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Development Utilities
A compact collection of development utility scripts for local WordPress/server management tasks.
## Overview
This repository contains a small set of development utility scripts for local WordPress/server management tasks.
## Files Included
- clean-docker.sh
- manage.bat
- manage.sh
- reset-admin-db.php
- reset-admin-password.php
- reset-password.sh
## Notes
If you choose to use one, you will need to look in the file and change the URL of localhost:8080 to work with your server.
## Usage Hints
- Windows users: run manage.bat
- Unix-like environments: run ./manage.sh (after making it executable)
## Security
These are local development utilities. Do not expose them in public repositories or environments.
## Tags
- WordPress
- local-development
- docker
- admin
- php
- shell-scripts