GithubHelp home page GithubHelp logo

moblimic / docker-bedrock-base Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 8.0 70 KB

Dockerised version of the Bedrock Wordpress installation

Home Page: https://moblimic.github.io/docker-bedrock-base/

License: MIT License

PHP 86.41% Shell 13.59%
docker wordpress bedrock bedrock-wordpress-installation docker-bedrock

docker-bedrock-base's Introduction

docker-bedrock-base

Dockerised version of the Bedrock Wordpress installation with some preselected plugins

The purpose of this project is to be a base install of Wordpress for quick development of small client sites. Common plugins will be pre installed and a component based template will be included as a starting point for template structure and post types.

This includes a version of bedrock as part of the repo. Go check it out, it's super cool Bedrock

Todo

  • work out best way to handle DB migration and backup
  • composer container
    • mount project root
    • for running composer update
    • create commands for update and install etc.

Requirements

  • docker
  • kitematic (not required but helpful)

New Install

  • Download the zip of master branch
  • Extract to location of project
  • Copy local .env
  • Copy over ssl certs into config/keys
  • docker-compose build project
  • docker-compose up -d

Notes

You'll need to enable show hidden files on a Mac

All commands are run from within the root of the project

Use the following on Mac if you have problems with files not running as sometimes OSX changes the line endings and everything dies RUN cat /usr/local/bin/runtime.sh | tr "\r" "\n" > /usr/local/bin/runtime.sh

Existing project setup

To include info on migrating db's etc.

Useful commands

delete docker cache (removes all running containers and images)

docker rm $(docker ps -a -q)

docker rmi $(docker images -q)

docker-bedrock-base's People

Contributors

moblimic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.