amazeeio / silverstripe-example

An example repo with SilverStripe running on Lagoon.

Home Page:http://amazee.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilverStripe and Lagoon

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.

Requirements

This project uses Docker & Docker Compose. See the requirements of Docker and download it here.

Installation

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.

What's Next

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!

SilverStripe Bugtracker

Bugs are tracked on github.com (framework issues, cms issues). Please read our issue reporting guidelines.

SilverStripe Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.

SilverStripe Links

About

An example repo with SilverStripe running on Lagoon.

http://amazee.io


Languages

Language:Dockerfile 44.7%Language:PHP 44.7%Language:Shell 10.5%