{"id":21280001,"url":"https://github.com/pryley/dioscuri","last_synced_at":"2025-03-15T13:45:48.860Z","repository":{"id":41941187,"uuid":"81599941","full_name":"pryley/dioscuri","owner":"pryley","description":"WordPress local installation with castor and pollux","archived":false,"fork":false,"pushed_at":"2022-12-15T23:29:28.000Z","size":212,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T02:01:58.059Z","etag":null,"topics":["laravel-valet","local-development","wordpress-boilerplate","wordpress-installation"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pryley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-10T19:36:08.000Z","updated_at":"2020-10-27T19:23:05.000Z","dependencies_parsed_at":"2023-01-29T05:00:59.151Z","dependency_job_id":null,"html_url":"https://github.com/pryley/dioscuri","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Fdioscuri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Fdioscuri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Fdioscuri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Fdioscuri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pryley","download_url":"https://codeload.github.com/pryley/dioscuri/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243738956,"owners_count":20339997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel-valet","local-development","wordpress-boilerplate","wordpress-installation"],"created_at":"2024-11-21T10:27:30.197Z","updated_at":"2025-03-15T13:45:48.839Z","avatar_url":"https://github.com/pryley.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dioscuri\n\nThis is a package to quickly setup a local WordPress installation on a Mac using [Laravel Valet](https://laravel.com/docs/master/valet#installation). It is assumed the you are using `.test` for the local TLD.\n\n## Requirements\n- [Laravel Valet](https://laravel.com/docs/master/valet)\n- MySQL 5.6\n- Perl\n- PHP 7.4\n\n## Installation\n\n```bash\ngit clone https://github.com/pryley/dioscuri.git [projectdir]\ncd [projectdir]\nsh install\n```\n\n## Directory Structure\n\n```\ndioscuri\n├── deploy                  This dir contains the deployment configuration\n├── public                  This is the webroot\n│   ├── app                 This dir replaces the wp-content dir\n│   │   ├── mu-plugins      Must-use plugins are installed here\n│   │   ├── plugins         Plugins are installed here\n│   │   ├── themes          Themes are installed here\n│   │   └── uploads         Uploads are stored here\n│   ├── wp                  This is the WordPress directory\n│   │   ├── wp-admin\n│   │   ├── wp-content      This dir is unused except for the default themes shipped with WordPress\n│   │   ├── wp-includes\n│   │   └── etc.\n│   └── wp-config.php       This file loads the env.php file which is located outside on the webroot\n├── deploy.php              This is the deployment script\n├── env.php                 This file is where you define your database information, etc.\n└── LocalValetDriver.php    This file allows you to use the dioscuri dir structure with Laravel Valet\n```\n\n## What's Installed\n\nThe following boilerplate theme is installed and activated:\n- [Castor](https://github.com/pryley/castor)\n\nThe following plugins are installed and activated:\n- [Black Bar](https://wordpress.org/plugins/blackbar/)\n- [Imsanity](https://wordpress.org/plugins/imsanity/)\n- [Pollux](https://wordpress.org/plugins/pollux/)\n- [Two Factor](https://wordpress.org/plugins/two-factor/)\n\nThe following plugins are installed:\n- [Disable Comments](https://wordpress.org/plugins/disable-comments/)\n- [Easy Updates Manager](https://wordpress.org/plugins/stops-core-theme-and-plugin-updates)\n- [Machete](https://wordpress.org/plugins/machete/)\n- [Members](https://wordpress.org/plugins/members/)\n- [Meta Box](https://wordpress.org/plugins/meta-box/)\n- [Paste as Plain Text](https://wordpress.org/plugins/paste-as-plain-text/)\n- [Post Type Archive Link](https://wordpress.org/plugins/post-type-archive-links/)\n- [Powerful Posts Per Page](https://wordpress.org/plugins/pppp/)\n- [Safe Redirect Manager](https://wordpress.org/plugins/safe-redirect-manager/)\n- [Safe SVG](https://wordpress.org/plugins/safe-svg/)\n- [SendGrid](https://wordpress.org/plugins/sendgrid-email-delivery-simplified/)\n- [Simple Custom Post Order](https://wordpress.org/plugins/simple-custom-post-order/)\n- [Simple Page Sidebars](https://wordpress.org/plugins/simple-page-sidebars)\n- [Simple Post Type Permalinks](https://wordpress.org/plugins/simple-post-type-permalinks)\n- [The SEO Framework](https://wordpress.org/plugins/autodescription/)\n- [UpdraftPlus WordPress Backup Plugin](https://wordpress.org/plugins/updraftplus)\n- [User Menus](https://wordpress.org/plugins/user-menus)\n\nThe following Must-Use plugins are installed:\n- [Bedrock Autoloader](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/bedrock-autoloader.php)\n- [Disallow Indexing](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/disallow-indexing.php)\n- [Password bcrypt](https://wordpress.org/plugins/password-bcrypt/)\n- [Register Theme Directory](https://github.com/roots/bedrock/blob/master/web/app/mu-plugins/register-theme-directory.php)\n- [Soil](https://github.com/roots/soil)\n- [Stage Switcher](https://github.com/roots/wp-stage-switcher)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryley%2Fdioscuri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpryley%2Fdioscuri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryley%2Fdioscuri/lists"}