This repository is an example of a SilverStripe (http://silverstripe.org) installation with Lagoon.
Required modules are installed via http://github.com/silverstripe/recipe-cms. For information on how to change the dependencies in a recipe, please have a look at https://github.com/silverstripe/recipe-plugin. In addition, installer includes theme/simple as a default theme.
This project uses Docker & Docker Compose. See the requirements of Docker and download it here.
Make sure Docker and Docker Compose are installed.
Clone this repo. cd
into the repo directory and run the following commands:
cp .env.example .env \
&& docker-compose up -d --build \
&& docker-compose exec cli composer install \
&& docker-compose exec cli composer build
Your local site will be available at: http://ss.docker.amazee.io
The temporary username and password are set to: user: admin pass: lag00n
See Getting Started for more information about SilverStripe development.
This example gives you a working local project using WordPress and Lagoon. For information about how to deploy your project using Lagoon, check out our documentation, watch our deployment demo, or chat with us!
Bugs are tracked on github.com (framework issues, cms issues). Please read our issue reporting guidelines.
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.