Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/test_wordpress
wordpress for use with unit tests
https://github.com/rhildred/test_wordpress
Last synced: 12 days ago
JSON representation
wordpress for use with unit tests
- Host: GitHub
- URL: https://github.com/rhildred/test_wordpress
- Owner: rhildred
- License: mit
- Created: 2022-08-13T16:52:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T18:31:13.000Z (10 months ago)
- Last Synced: 2024-04-14T14:03:16.914Z (9 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.install.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress for Testing
## wordpress installation that is contained in a single folder for testing
To start wordpress:
```
php -S localhost:12000
```Then surf to `http://localhost:12000` in your browser and install.
* If you already installed and you want to get to the dashboard surf to `http://localhost:12000/wp-admin/`