Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/genebean/wp-playground

A simple Vagrant-based setup of WordPress
https://github.com/genebean/wp-playground

vagrant wordpress wordpress-site

Last synced: 15 days ago
JSON representation

A simple Vagrant-based setup of WordPress

Awesome Lists containing this project

README

        

# WordPress Playground

This is a simple Vagrant-based setup of WordPress running with the following components:

- CentOS 7
- Apache 2.4
- MariaDB 10.2
- PHP 7.2
- WordPress (latest)
- wp-cli

| App | User | Password | Notes |
|-----------|---------------|----------|------------------------|
| MariaDB | root | | there isn't a password |
| MariaDB | wordpressuser | password | used by WordPress |
| WordPress | admin | password | |

After running `vagrant up` you should be able to access the site at [http://localhost:8080](http://localhost:8080)

WordPress is installed at `/var/www/html`. Post-installation wp-cli is used to setup the admin account and to update the stock plugins and themes.