marcusmyers / wordpress-skeleton
WordPress setup using Composer - Skeleton
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=7.1
- composer/installers: ^1.4
- johnpbloch/wordpress: ^5.0
- salaros/wp-salts: ^0.3.1
- tightenco/collect: ^5.7
- vlucas/phpdotenv: ^3.1
- wpackagist-theme/twentynineteen: ^1.2
This package is auto-updated.
Last update: 2024-12-24 16:14:06 UTC
README
This WordPress package uses composer and docker for development and to deploy.
Install
composer create-project marcusmyers/wordpress-skeleton <your-wordpress-site>
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.