2017 © Pedro Peláez
 

silverstripe-module plato-silverstripe-installer

Custom built SilverStripe installer with Foundation

image

plato-creative/plato-silverstripe-installer

Custom built SilverStripe installer with Foundation

  • Wednesday, December 20, 2017
  • by mediabeast
  • Repository
  • 8 Watchers
  • 4 Stars
  • 284 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 4 Open issues
  • 27 Versions
  • 0 % Grown

The README.md

Plato Creative - SilverStripe Installer

A custom installer for a SilverStripe based project, includes commonly used files and settings., (*1)

Requirements

This installer requires you have the following: - Composer - NPM/nodeJS, (*2)

Installation

  1. Use composer to quickly create a new project:
composer create-project plato-creative/plato-silverstripe-installer . @dev
  1. Install node modules via npm:
npm install
  1. Compile SCSS & Javascript
npm run prod

Compiling Tips

There are 3 default commands you can run: 2. npm run watch - this will compile like above but keep watching for changes. 3. npm run prod - this will compile all files with compression and all sorts or other goodies. And exclude and logs., (*3)

Tests via PHPUnit

To run PHPUnit and tests use:, (*4)

vendor/bin/phpunit

Edit phpunit.xml to change default configuration., (*5)

The Versions