PHPackages                             76design/wordpress-base - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. 76design/wordpress-base

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

76design/wordpress-base
=======================

Base Wordpress install with Roots theme

4.1.0(11y ago)4116PHP

Since Nov 12Pushed 4y ago3 watchersCompare

[ Source](https://github.com/76design/wordpress-base)[ Packagist](https://packagist.org/packages/76design/wordpress-base)[ RSS](/packages/76design-wordpress-base/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

wordpress-base
==============

[](#wordpress-base)

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

Dependencies
------------

[](#dependencies)

- Composer ()
- Phing ()
- Bower ()

Installation
------------

[](#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

```

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

```
