All Projects → deliciousbrains → Spinupwp Composer Site

deliciousbrains / Spinupwp Composer Site

A WordPress site setup using Composer that is primed and ready to be hosted using SpinupWP.

Projects that are alternatives of or similar to Spinupwp Composer Site

Wordpress Heroku
This project is a template for installing and running WordPress 5.x on Heroku.
Stars: ✭ 198 (+241.38%)
Mutual labels:  wordpress, composer
Awps
A Modern WordPress Starter Theme for savvy Developers
Stars: ✭ 319 (+450%)
Mutual labels:  wordpress, composer
Podlove Publisher
Podlove Podcast Publisher for WordPress
Stars: ✭ 241 (+315.52%)
Mutual labels:  wordpress, composer
Base Camp
Awesome WordPress starter theme for developers based on modern web technologies.
Stars: ✭ 135 (+132.76%)
Mutual labels:  wordpress, composer
Bedrock
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
Stars: ✭ 5,456 (+9306.9%)
Mutual labels:  wordpress, composer
Private Composer Installer
Composer install helper outsourcing sensitive keys from the package URL into environment variables
Stars: ✭ 168 (+189.66%)
Mutual labels:  wordpress, composer
Mozart
Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.
Stars: ✭ 277 (+377.59%)
Mutual labels:  wordpress, composer
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (+356.9%)
Mutual labels:  wordpress, composer
Wpackagist
WordPress Packagist — manage your plugins with Composer
Stars: ✭ 558 (+862.07%)
Mutual labels:  wordpress, composer
Wordpress
A fork of WordPress with Composer support added. Branches, tags, and trunk synced from upstream every 15 minutes.
Stars: ✭ 546 (+841.38%)
Mutual labels:  wordpress, composer
Wordplate
WordPlate is a wrapper around WordPress. It's like building any other WordPress website with themes and plugins. Just with sprinkles on top.
Stars: ✭ 1,594 (+2648.28%)
Mutual labels:  wordpress, composer
Heroku Wp
WordPress on Heroku
Stars: ✭ 865 (+1391.38%)
Mutual labels:  wordpress, composer
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+62.07%)
Mutual labels:  wordpress, composer
Wpstarter
Easily bootstrap whole site Composer packages for WordPress.
Stars: ✭ 182 (+213.79%)
Mutual labels:  wordpress, composer
Wordpress
Automatically updated WordPress composer package
Stars: ✭ 94 (+62.07%)
Mutual labels:  wordpress, composer
Acf Builder
An Advanced Custom Field Configuration Builder
Stars: ✭ 492 (+748.28%)
Mutual labels:  wordpress, composer
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (-58.62%)
Mutual labels:  wordpress, composer
Composify
Turn WordPress plugin zip files into git repositories, so that composer version constraints work properly.
Stars: ✭ 36 (-37.93%)
Mutual labels:  wordpress, composer
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (-10.34%)
Mutual labels:  wordpress
Smart Media
Smart Media enhancements for WordPress
Stars: ✭ 56 (-3.45%)
Mutual labels:  wordpress

SpinupWP Composer Site

This is a WordPress site setup using Composer that is primed and ready to be hosted using SpinupWP.

Inspired by Root's Bedrock and other Composer based setups.

Requirements

Installation

  1. Create a new project:
    $ composer create-project deliciousbrains/spinupwp-composer-site
    
  2. Update environment variables in the .env file:
  • DB_NAME - Database name
  • DB_USER - Database user
  • DB_PASSWORD - Database password
  • DB_HOST - Database host
  • WP_ENV - Set to environment (development, staging, production)
  • WP_HOME - Full URL to WordPress home (https://mysite.com)
  • WP_SITEURL - Full URL to WordPress including subdirectory (https://mysite.com/wp)
  1. Add theme(s) in public/content/themes/ as you would for a normal WordPress site
  2. Set the document root in SpinupWP's server settings to /public.
  3. Access WordPress admin at https://mysite.com/wp/wp-admin/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].