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

https://github.com/docksal/boilerplate-wordpress

Wordpress boilerplate project powered by Docksal
https://github.com/docksal/boilerplate-wordpress

Last synced: over 1 year ago
JSON representation

Wordpress boilerplate project powered by Docksal

Awesome Lists containing this project

README

          

# Docksal Powered WordPress Installation

Features:

- Vanilla WordPress 5

## Setup instructions

1. Clone this repo into your Projects directory

```
git clone https://github.com/docksal/boilerplate-wordpress.git wordpress
cd wordpress
```

1. Initialize the site

This will initialize local settings and install the site via `wp-cli`

```
fin init
```

1. Point your browser to

```
http://wordpress.docksal
```