2017-25 © Pedro Peláez
 

library ozzy

Ozzy: the SilverStripe Australia project installer

image

silverstripe/ozzy

Ozzy: the SilverStripe Australia project installer

  • Friday, June 30, 2017
  • by ssau
  • Repository
  • 4 Watchers
  • 16 Stars
  • 630 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 2 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Base

The recommended foundation for a base project., (*1)

Requirement

  • SilverStripe 3.0 → 4.0
  • Composer
  • Phing

Getting Started

  • composer create-project symbiote/silverstripe-base . 4.0.3 for SS3
  • composer create-project symbiote/silverstripe-base . dev-master for SS4
  • phing

Upgrading an existing 4.x site to use the Public directory structure

  • Add to /.gitignore
    • /public/assets
    • /public/resources
    • /public/.htaccess
  • Copy /public and contents to project root
  • Align silverstripe-build module version in composer.json
  • remove /.htaccess
  • remove /resources
  • composer update symbiote/silverstripe-build
  • phing
  • composer vendor-expose

The Versions

20/02 2015

1.0.x-dev

1.0.9999999.9999999-dev

Ozzy: the SilverStripe Australia base project installer

  Sources   Download

The Requires