Skip to content

WordPress local installation with castor and pollux

License

Notifications You must be signed in to change notification settings

pryley/dioscuri

Repository files navigation

Dioscuri

This is a package to quickly setup a local WordPress installation on a Mac using Laravel Valet. It is assumed the you are using .test for the local TLD.

Requirements

Installation

git clone https://github.com/pryley/dioscuri.git [projectdir]
cd [projectdir]
sh install

Directory Structure

dioscuri
├── deploy                  This dir contains the deployment configuration
├── public                  This is the webroot
│   ├── app                 This dir replaces the wp-content dir
│   │   ├── mu-plugins      Must-use plugins are installed here
│   │   ├── plugins         Plugins are installed here
│   │   ├── themes          Themes are installed here
│   │   └── uploads         Uploads are stored here
│   ├── wp                  This is the WordPress directory
│   │   ├── wp-admin
│   │   ├── wp-content      This dir is unused except for the default themes shipped with WordPress
│   │   ├── wp-includes
│   │   └── etc.
│   └── wp-config.php       This file loads the env.php file which is located outside on the webroot
├── deploy.php              This is the deployment script
├── env.php                 This file is where you define your database information, etc.
└── LocalValetDriver.php    This file allows you to use the dioscuri dir structure with Laravel Valet

What's Installed

The following boilerplate theme is installed and activated:

The following plugins are installed and activated:

The following plugins are installed:

The following Must-Use plugins are installed: