https://github.com/marcusmyers/wordpress-composer-skeleton
WordPress package built for composer and uses docker.
https://github.com/marcusmyers/wordpress-composer-skeleton
Last synced: 3 months ago
JSON representation
WordPress package built for composer and uses docker.
- Host: GitHub
- URL: https://github.com/marcusmyers/wordpress-composer-skeleton
- Owner: marcusmyers
- Created: 2017-01-27T18:37:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T03:17:26.000Z (over 6 years ago)
- Last Synced: 2025-01-15T13:59:52.251Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Skeleton
This WordPress package uses [composer](https://getcomposer.org) and
[docker](https://www.docker.com) for development and to deploy.## Install
```
composer create-project marcusmyers/wordpress-skeleton
```## Initial Config
```
script/bootstrap
```## Spinning up
To get the site up for development and viewing run the following
command.```
docker-compose up -d
```Once it's done go to `http://localhost:30000` in your browser to get
started.## Adding Themes and Plugins
Search for themes and plugins at https://wpackagist.org.