All Projects → iandunn → regolith

iandunn / regolith

Licence: other
A WordPress installation template that's a little bit looser than Bedrock

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to regolith

dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+241.67%)
Mutual labels:  wp-cli, bedrock, wordpress-boilerplate, wordpress-installation
bedrock-wordpress-docker
Dockerized Wordpress using Bedrock
Stars: ✭ 36 (+50%)
Mutual labels:  wp-cli, bedrock, wordpress-installation
Trellis
WordPress LEMP stack with PHP 8.0, Composer, WP-CLI and more
Stars: ✭ 2,295 (+9462.5%)
Mutual labels:  wp-cli, bedrock
obsidian
A WordPress starter kit for the modern web.
Stars: ✭ 20 (-16.67%)
Mutual labels:  bedrock, wordpress-boilerplate
Bedrock
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
Stars: ✭ 5,456 (+22633.33%)
Mutual labels:  bedrock, wordpress-boilerplate
Handbook
📖 Complete documentation for WP-CLI
Stars: ✭ 129 (+437.5%)
Mutual labels:  wp-cli
Wplib Box
The Best Local Dev Server for WordPress Developers
Stars: ✭ 204 (+750%)
Mutual labels:  wp-cli
Docker Compose Wordpress
An example Docker Compose setup for WordPress plugin or theme development.
Stars: ✭ 127 (+429.17%)
Mutual labels:  wp-cli
dotenvy
Speed up your production sites by ditching .env for key/value variable pairs as Apache, Nginx, and shell equivalents
Stars: ✭ 31 (+29.17%)
Mutual labels:  apache
Wp Cli Login Command
Log in to WordPress with secure passwordless magic links.
Stars: ✭ 200 (+733.33%)
Mutual labels:  wp-cli
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (+308.33%)
Mutual labels:  wp-cli
Restful
Unlocking the potential of the WP REST API at the command line
Stars: ✭ 134 (+458.33%)
Mutual labels:  wp-cli
basepath
Base path detector for Slim 4
Stars: ✭ 36 (+50%)
Mutual labels:  apache
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (+437.5%)
Mutual labels:  wp-cli
autoindex strapdown
Easily add Markdown README/HEADERs to Apache's directory indexes, rendered by Strapdown.js
Stars: ✭ 34 (+41.67%)
Mutual labels:  apache
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (+383.33%)
Mutual labels:  wp-cli
Profile Command
Quickly identify what's slow with WordPress
Stars: ✭ 180 (+650%)
Mutual labels:  wp-cli
openwhisk-package-kafka
Apache OpenWhisk package for communicating with Kafka or Message Hub
Stars: ✭ 35 (+45.83%)
Mutual labels:  apache
Wc Smooth Generator
Smooth product, customer and order generation for WooCommerce
Stars: ✭ 171 (+612.5%)
Mutual labels:  wp-cli
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (+516.67%)
Mutual labels:  wp-cli

Regolith

Regolith is a WordPress installation template that employs best practices, but is also tailored for less demanding projects, and aims to automate as much maintenance as possible.

  • Organized file system layout.
    • WordPress is installed in a subfolder, and the content directory is separate from it.
    • Shell scripts, configuration files, docs, etc all live outside of the web root.
  • Designed to work with Apache and shared hosting (but mostly compatible with Nginx).
  • Version your custom code and configuration in Git.
    • Includes optional configuration and integration for several security and performance plugins/services.
    • Includes optional configuration for Multisite with domain mapping. Automatically loads site-specific mu-plugins.
  • Manage 3rd party plugin/theme dependencies with a simple text file and WP-CLI.
    • The list of dependencies is tracked in Git, but their code is not, so your repository stays lean and uncluttered.
  • Core/plugin/theme updates are installed automatically every hour (including major releases of Core).
  • Deploy to production with a simple shell script, which automatically backs up the database, pulls the latest Git commits, purges various caches, and runs smoke tests to catch fatal errors.
  • Send transactional emails via SMTP for better reliability.
  • Automatically backup production database on a customizable schedule, and before every deployment.
  • Run a script to import the production database and uploads into your local development environment. The local database is sanitized to remove passwords, email addresses, etc.
  • Outputs a content flag designed for external monitoring services.
  • Displays the current environment in the Admin Bar (i.e., development or production).

Check out the screenshots page to see some of the above features.

Documentation

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