2017 © Pedro Peláez
 

project gwp

A modern WordPress stack

image

hyyan/gwp

A modern WordPress stack

  • Wednesday, July 11, 2018
  • by hyyan
  • Repository
  • 2 Watchers
  • 4 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GWP - General Wordpress Implementaion

project status Latest Stable Version License, (*1)

GWP is a modern WordPress stack that helps you get started with the best development tools and project structure., (*2)

Much of the philosophy behind GWP is inspired by the Bedrock and Twelve-Factor App methodology including the WordPress specific version., (*3)

Features

  • Better folder structure
  • Dependency management with Composer
  • Easy WordPress configuration with environment specific files
  • Better deployment workflow with Phing

Requirements

Prerequisite How to check How to install
PHP >= 5.3.x php -v php.net
Composer @latest compoaser -v composer.org

Installation

  1. Create new project using composer : composer create-project hyyan/gwp:dev-master /path
  2. Update .env.local to meet your local environment variables.
  3. Register your local maching name in the `config/environment.php file
  4. Geneate apache .htaccess file : bin/phing gwp:apache-htaccess -D apache-htaccess.dir=.
  5. Add theme(s) in web/app/themes as you would for a normal WordPress site.
  6. Access WP admin at http://example.com/cms/wp-admin

Documentaion

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:, (*4)

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues

The Versions

11/07 2018

dev-master

9999999-dev

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer phing

23/12 2014

dev-phing

dev-phing

A modern WordPress stack

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress wp stack composer phing