Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 756 Bytes

Daintree

An experimental WordPress boilerplate.

DO NOT USE. IN EARLY DEVELOPMENT

Requirements

Features

  • Clean directory structure
  • Dependency management via Composer
  • Environment variables via Dotenv
  • Create an .env file on the fly
  • Create Bitbucket repository (optional)

Installation

The following commands should be executed on the server you wish to run the installation on and in the directory you want your WordPress project to be installed in.

$ git clone --depth=1 https://github.com/lambdacreatives/daintree.git . && rm -rf .git
$ chmod +x install.sh
$ ./install.sh

Point your directory root at /web.