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

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.

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