Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`