All Projects → evertramos → Docker Wordpress

evertramos / Docker Wordpress

Licence: mit
Wordpress Docker container using SSL Certificates with LetsEncrypt

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Wordpress

Action Scheduler
A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
Stars: ✭ 386 (-1.28%)
Mutual labels:  wordpress, wordpress-development
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (-33.25%)
Mutual labels:  wordpress, wordpress-development
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (-40.41%)
Mutual labels:  wordpress, wordpress-development
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (-49.1%)
Mutual labels:  wordpress, wordpress-development
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (-22.25%)
Mutual labels:  wordpress, wordpress-development
Wplib Box
The Best Local Dev Server for WordPress Developers
Stars: ✭ 204 (-47.83%)
Mutual labels:  wordpress, wordpress-development
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (-34.53%)
Mutual labels:  wordpress, wordpress-development
Wpstarter
Easily bootstrap whole site Composer packages for WordPress.
Stars: ✭ 182 (-53.45%)
Mutual labels:  wordpress, wordpress-development
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (-27.11%)
Mutual labels:  wordpress, wordpress-development
Admin Page Framework
Facilitates WordPress plugin and theme development.
Stars: ✭ 273 (-30.18%)
Mutual labels:  wordpress, wordpress-development
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (-49.36%)
Mutual labels:  wordpress, wordpress-development
Awesome Wp Developer Tools
A collection of plugins, starter themes and tools to make WordPress development easier.
Stars: ✭ 388 (-0.77%)
Mutual labels:  wordpress, wordpress-development
Primary Vagrant
An Apache based Vagrant configuration for helping you get the most out of WordPress Development
Stars: ✭ 192 (-50.9%)
Mutual labels:  wordpress, wordpress-development
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (-42.2%)
Mutual labels:  wordpress, wordpress-development
Startwordpress
Learn how to develop a WordPress theme from scratch with this basic skeleton and accompanying tutorial.
Stars: ✭ 187 (-52.17%)
Mutual labels:  wordpress, wordpress-development
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (-35.55%)
Mutual labels:  wordpress, wordpress-development
Codestar Framework
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Stars: ✭ 147 (-62.4%)
Mutual labels:  wordpress, wordpress-development
Wpbullet
A static code analysis for WordPress (and PHP)
Stars: ✭ 148 (-62.15%)
Mutual labels:  wordpress, wordpress-development
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (-32.23%)
Mutual labels:  wordpress, wordpress-development
Wp Webpack Script
💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
Stars: ✭ 314 (-19.69%)
Mutual labels:  wordpress, wordpress-development

Docker Wordpress [automation]

This repo is part of a larger script to changes in the files must be reviewed.

If you are looking of the previous version check branch basic.

Using Wordpress with SSL enabled integrated with NGINX proxy and autorenew LetsEncrypt certificates

wordpress-docker-letsencrypt

This docker-compose should be used with WebProxy (the NGINX Proxy):

https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion

Usage

After everything is settle, and you have your three containers running (proxy, generator and letsencrypt) you do the following:

  1. Clone this repository:
git clone https://github.com/evertramos/docker-wordpress.git
  1. Update the service name in your docker-compose.yml file VERY IMPORTANT

You must use any name, but make sure it is a unique service name in your environment, otherwise it will conflict with other services.

  1. Configure your .env file:

Copy .env.sample to .env and update with your data

The proxy network must match the network name you have set in the proxy settings.

  1. Start your project
docker-compose up -d

Be patient - when you first run this repo, the database might take sometime to launch and the process of getting a new certificate for your domain might take some time.


Make sure the wordpress data files has user and group set to www-data, so you could update, install, delete files from your admin panel.


WebProxy

WebProxy - docker-compose-letsencrypt-nginx-proxy-companion


Further Options

wp-cli (https://wp-cli.org/)

For whoever uses wp-cli here is how to implement it on this repo.

Test to see if it´s working

./wp-cli-test.sh

If you would, add the alias "wp" to your .bash_aliases:

alias wp="docker-compose run --rm wpcli"

Next time you need to run a wp-cli command just go to where you have your docker-compose file and run a wp command.


Known Issues

Azure

Running docker on Azure servers you must mount your database in your disks partitions (example: /mnt/data/) so your db container can work. This is a some kind of issue regarding Hyper-V sharing drivers... not really sure why.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].