2017 © Pedro Peláez
 

library wordpress-base

Base Wordpress install with Roots theme

image

76design/wordpress-base

Base Wordpress install with Roots theme

  • Tuesday, June 21, 2016
  • by 76design
  • Repository
  • 3 Watchers
  • 3 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

wordpress-base

Base deployment for WordPress, Composer and Phing using the WordPress Roots theme., (*1)

Dependencies

  • Composer (http://getcomposer.org/)
  • Phing (http://www.phing.info/trac/wiki/Users/Download)
  • Bower (http://bower.io/)

Installation

This repository has been registered with packagist. To get a base install of the project run the following command:, (*2)

$ composer create-project 76design/wordpress-base <folder_name>

This will run composer install, installing any plugins (ex. akimset) or vendor packages and then the roots theme. Then it runs any post create commands, which in this case will install WordPress., (*3)

Once complete, rename your theme directory and project name where applicable:, (*4)

$ phing init-project

Next step is to build:, (*5)

$ phing build

This will run composer install, bower install and compass compile., (*6)

Finally, create a mode.php file in the includes/ directory that looks like the following:, (*7)

vim includes/mode.php, (*8)

<?php
    define ("MODE", "config_name");

config_name will match your configuration name from the includes/config.php file (ex: development), which should also be updated., (*9)

vim includes/config.php, (*10)

$config['config_name'] = array_merge($config['development'], array(
        'DB_HOST'     => 'localhost',
        'DB_NAME'     => 'db_name',
        'DB_USER'     => 'root',
        'DB_PASSWORD' => 'root',
    )
);

The Versions

21/06 2016

dev-master

9999999-dev

Base Wordpress install with Roots theme

  Sources   Download

The Requires

  • themes/roots *
  • wpackagist-plugin/akismet *

 

by Nick Edgar
by Terry Appleby
by Scott Burlington

wordpress bower starter roots

17/01 2015

4.1.0

4.1.0.0

Base Wordpress install with Roots theme

  Sources   Download

The Requires

  • wpackagist-plugin/akismet *
  • themes/roots *

 

by Nick Edgar
by Terry Appleby
by Scott Burlington

wordpress bower starter roots

21/04 2014

v3.9

3.9.0.0

Base Wordpress install with Roots theme

  Sources   Download

The Requires

  • wpackagist/akismet *
  • themes/roots *

 

by Nick Edgar
by Terry Appleby

wordpress bower starter roots

12/11 2013

3.7.1

3.7.1.0

Base Wordpress install with Roots theme

  Sources   Download

The Requires

  • wpackagist/akismet *
  • themes/roots *

 

by Nick Edgar
by Terry Appleby

wordpress bower starter roots