2017 © Pedro Peláez
 

library silverstripe-cli-installer

Silverstripe framework installer.

image

axyr/silverstripe-cli-installer

Silverstripe framework installer.

  • Tuesday, May 17, 2016
  • by axyr
  • Repository
  • 1 Watchers
  • 3 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

silverstripe-cli-installer

Painless command line installer for Silverstripe, (*1)

Installation

Install composer (linux | osx)

$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

Install the installer

$ composer global require axyr/silverstripe-cli-installer 0.0.2

Make sure that ~/.composer/vendor/bin directory is in your PATH, so you can use the silverstripe command., (*2)

Usage

Move to the directory where you want to add a new Silverstripte project, and run the following command., (*3)

$ silverstripe new projectname

If you run this in for example /var/www/projects it will create a project /var/www/projects/projectname, (*4)

The console will take you thru the required installation steps:, (*5)

questions, (*6)

Then you can run :, (*7)

$ cd projectname && vendor/bin/phpunit mysite

questions, (*8)

The Versions

17/05 2016

dev-master

9999999-dev

Silverstripe framework installer.

  Sources   Download

BSD-3-Clause

The Requires

 

by Martijn van Nieuwenhoven

cli installer silverstripe

17/05 2016

0.0.2

0.0.2.0

Silverstripe framework installer.

  Sources   Download

BSD-3-Clause

The Requires

 

by Martijn van Nieuwenhoven

cli installer silverstripe

14/05 2016

0.0.1

0.0.1.0

Silverstripe framework installer.

  Sources   Download

BSD-3-Clause

The Requires

 

by Martijn van Nieuwenhoven

cli installer silverstripe