Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
altwohill committed Aug 20, 2018
0 parents commit c5d88f3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# silverstripe-standard-base

This is the standard base module used by Twohill & Co to get up and running in SilverStripe 4 quickly.

## Prerequisites

* Composer
* NPM
* Docker

## Getting Started

`composer create-project twohill/silverstripe-standard-base /path/to/project`

`SS_DATABASE_PASSWORD=mypass docker compose`

`npm watch`
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "twohill/silverstripe-standard-base",
"description": "The base SilverStripe installation recipe with development tools. Uses Webpack for frontend and Docker for hosting",
"type": "silverstripe-recipe",
"license": "BSD-3",
"authors": [
{
"name": "Al Twohill",
"email": "al@twohill.nz"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.2.1"
},
"require-dev": {
"phpunit/phpunit": "^7.3.1"
}
}

0 comments on commit c5d88f3

Please sign in to comment.