GithubHelp home page GithubHelp logo

wordpress-base's Introduction

wordpress-base

Base deployment for WordPress, Composer and Phing using the WordPress Roots theme.

Dependencies

Installation

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

$ 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.

Once complete, rename your theme directory and project name where applicable:

$ phing init-project

Next step is to build:

$ phing build

This will run composer install, bower install and compass compile.

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

vim includes/mode.php

<?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.

vim includes/config.php

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

wordpress-base's People

Contributors

nedga055 avatar burlresearch avatar tappleby avatar

Stargazers

Amezmo avatar Edwin Siebel avatar George W Neto avatar Andreas Heigl avatar

Watchers

James Cloos avatar  avatar Joseph Thornley avatar Simrandeep avatar

wordpress-base's Issues

composer package appears to be missing

Created project in base
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package wpackagist/akismet could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.