All Projects → carlalexander → Debops Wordpress

carlalexander / Debops Wordpress

Licence: gpl-3.0
Your superpowered WordPress server in three commands.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Debops Wordpress

Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-78.78%)
Mutual labels:  ansible, wordpress
Ansible Wordpress
Ansible role to set up (multiple) wordpress installations in Debian-like systems (using wp-cli)
Stars: ✭ 58 (-86.91%)
Mutual labels:  ansible, wordpress
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (-58.47%)
Mutual labels:  ansible, wordpress
Mikado
🤖💨Mikado helps managing your AWS infrastructure for WordPress sites by defining an out-of-box, highly available, easy-to-deploy setup
Stars: ✭ 80 (-81.94%)
Mutual labels:  ansible, wordpress
Trellis
WordPress LEMP stack with PHP 8.0, Composer, WP-CLI and more
Stars: ✭ 2,295 (+418.06%)
Mutual labels:  ansible, wordpress
Ansible Role Nginx
Ansible role for NGINX
Stars: ✭ 404 (-8.8%)
Mutual labels:  ansible
Headless Wp Starter
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Stars: ✭ 4,144 (+835.44%)
Mutual labels:  wordpress
H Siren
WordPress单栏主题,支持全局PJAX,自适应手机端
Stars: ✭ 402 (-9.26%)
Mutual labels:  wordpress
Semaphore
Modern UI for Ansible
Stars: ✭ 4,588 (+935.67%)
Mutual labels:  ansible
Wp Erp
An open-source ERP (Enterprise Resource Planning) solution for WordPress
Stars: ✭ 441 (-0.45%)
Mutual labels:  wordpress
Onekey caddy php7 sqlite3
小内存 VPS 一键搭建 Caddy+PHP7+Sqlite3 环境 (支持VPS最小内存64M),一键翻墙 caddy+web(php+sqlite3)+v2ray+bbr。
Stars: ✭ 435 (-1.81%)
Mutual labels:  wordpress
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (-5.87%)
Mutual labels:  ansible
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (-7%)
Mutual labels:  wordpress
Ansible Lockdown
Ansible playbook roles for security
Stars: ✭ 424 (-4.29%)
Mutual labels:  ansible
Block Lab
A WordPress Admin interface and a simple templating system for building custom Gutenberg blocks.
Stars: ✭ 405 (-8.58%)
Mutual labels:  wordpress
Wordpress Gear
A bunch of gear for WP developers
Stars: ✭ 438 (-1.13%)
Mutual labels:  wordpress
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-10.16%)
Mutual labels:  ansible
Ansigenome
A tool to help you gather information and manage your Ansible roles.
Stars: ✭ 418 (-5.64%)
Mutual labels:  ansible
Ansible Letsencrypt
An ansible role to generate TLS certificates and get them signed by Let's Encrypt
Stars: ✭ 433 (-2.26%)
Mutual labels:  ansible
Woocommerce Custom Orders Table
Store WooCommerce order data in a custom table for improved performance.
Stars: ✭ 415 (-6.32%)
Mutual labels:  wordpress

DebOps for WordPress

DebOps for WordPress

"DebOps for WordPress" is a tool that gives anyone in the WordPress community access to a fast and secure WordPress server. It's meant to be easy to use and require little to no system administrator knowledge.

It takes care of everything for you. It does more than just install WordPress for you. It also takes care of all server configuration and maintenance tasks.

All that you need to do is type in three commands (after installation) and wait for the magic to happen.

Documentation

Please refer to the wiki for full documentation, examples and other information.

Installation

If you've never used DebOps or Ansible before, please refer to the "Installation" page of the wiki.

To create a "DebOps for WordPress" project, you just need to:

  1. Get a copy of this repo to your computer.
  2. Make sure that DebOps is up to date by running debops-update.

Usage

If you've never used DebOps or Ansible before, please refer to the "Configuring your server" page of the wiki.

To configure a server, you need to add it to the hosts file in the inventory folder under both the [debops_all_hosts] and [wordpress].

# inventory/hosts

[debops_all_hosts]
wordpress.example.com

[wordpress]
wordpress.example.com

Once that's done, you just need to run three commands. Each of them can take several minutes to run.

$ debops bootstrap -u root
$ debops
$ debops wordpress

Acknowledgements

DebOps is the real cornerstone of this project. This project wouldn't exists without the amazing work done by Maciej Delmanowski.

A lot of the initial inspiration for the roles came from WPEngine's Mecury project and the port done by Zach Adams.

The default Varnish configuration work by Mattias Geniar was critical to get a solid foundation for Varnish in WordPress.

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].