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
- Host: GitHub
- URL: https://github.com/docksal/boilerplate-wordpress
- Owner: docksal
- Created: 2016-09-15T15:24:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T20:07:01.000Z (about 3 years ago)
- Last Synced: 2024-04-22T11:31:21.421Z (about 2 years ago)
- Language: PHP
- Homepage: https://docksal.io
- Size: 20.6 MB
- Stars: 17
- Watchers: 4
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```