2017 © Pedro Peláez
 

project craftcms-boilerplate

Craft CMS Boilerplate

image

fusionary/craftcms-boilerplate

Craft CMS Boilerplate

  • Friday, March 23, 2018
  • by timkelty
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 25 % Grown

The README.md

Craft CMS Boilerplate

Opinionated boilerplate configuration of Craft CMS., (*1)

Features

Development Quickstart

Prerequisites

  • Ansible >=2.4 (brew install ansible or pip install ansible)
  • Docker (brew cask install docker)

Getting Started

  1. Create New Project, (*2)

    composer create-project fusionary/craftcms-boilerplate my-project && cd my-project
    
  2. Grab the lastest DevOps goodies, (*3)

    rm -rf ops/ansible &&
    git clone https://gitlab.fusionary.com/fusionary/devops/ansible.git ops/ansible &&
    rm -rf ops/ansible/.git
    
  3. Ansible Vault Password, (*4)

    Get the Ansible Vault password for this project (probably in Keybase), and write it to ops/ansible/.vault_pass:, (*5)

    echo "replace-me" > ops/ansible/.vault_pass
    
  4. Provision and Build Environment, (*6)

    ansible-galaxy install -r ops/ansible/requirements.yml &&
    ops/ansible/bin/provision.sh local &&
    yarn docker-compose up -d &&
    yarn docker-compose run app composer install &&
    yarn &&
    yarn build
    
  5. Get a Database, (*7)

    yarn db pull development
    
  6. Start Developing, (*8)

    Enjoy hot-module replacement/css live-reloading., (*9)

    yarn start
    

More Info

  • Full Setup Docs
  • See @timkelty or @jswewart
  • https://gitlab.fusionary.com/fusionary/devops/ansible

The Versions

06/03 2018

0.0.2

0.0.2.0 https://github.com/timkelty/craftcms-boilerplate

Craft CMS Boilerplate

  Sources   Download

MIT

The Requires

 

cms project craftcms craft

06/03 2018

0.0.1

0.0.1.0 https://github.com/timkelty/craftcms-boilerplate

Craft CMS Boilerplate

  Sources   Download

MIT

The Requires

 

cms project craftcms craft