{"id":14986165,"url":"https://github.com/cdk-comp/cdkrock","last_synced_at":"2025-04-14T12:23:05.344Z","repository":{"id":62500493,"uuid":"81326897","full_name":"cdk-comp/cdkrock","owner":"cdk-comp","description":"Bedrock clone with standard WP structure","archived":false,"fork":false,"pushed_at":"2018-10-29T12:03:21.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T01:44:40.514Z","etag":null,"topics":["bedrock"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdk-comp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-08T12:17:52.000Z","updated_at":"2018-10-29T12:03:22.000Z","dependencies_parsed_at":"2022-11-02T11:47:27.342Z","dependency_job_id":null,"html_url":"https://github.com/cdk-comp/cdkrock","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fcdkrock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fcdkrock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fcdkrock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk-comp%2Fcdkrock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdk-comp","download_url":"https://codeload.github.com/cdk-comp/cdkrock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878686,"owners_count":21176359,"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":["bedrock"],"created_at":"2024-09-24T14:12:28.139Z","updated_at":"2025-04-14T12:23:05.300Z","avatar_url":"https://github.com/cdk-comp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDKrock based on - [Bedrock](https://roots.io/bedrock/)\n[![Packagist](https://img.shields.io/packagist/v/cdk-comp/cdkrock.svg?style=flat-square)](https://packagist.org/packages/cdk-comp/cdkrock)\n[![Build Status](https://img.shields.io/travis/cdk-comp/cdkrock.svg?style=flat-square)](https://travis-ci.org/cdk-comp/cdkrock)\n\nCDKrock/Bedrock is a modern WordPress stack that helps you get started with the best development tools and project structure.\nThis is clone of Roots/Bedrock with default WordPress structure.\n\nMuch of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](http://12factor.net/) methodology including the [WordPress specific version](https://roots.io/twelve-factor-wordpress/).\n\n## Features\n\n* Better folder structure\n* Dependency management with [Composer](http://getcomposer.org)\n* Easy WordPress configuration with environment specific files\n* Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv)\n* Autoloader for mu-plugins (use regular plugins as mu-plugins)\n* Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))\n\n\n## Requirements\n\n* PHP \u003e= 7.0\n* Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)\n\n## Installation\n\n1. Create a new project in a new folder for your project:\n\n  `composer create-project cdk-comp/cdkrock your-project-folder-name`\n\n2. Update environment variables in `.env`  file:\n  * `DB_NAME` - Database name\n  * `DB_USER` - Database user\n  * `DB_PASSWORD` - Database password\n  * `DB_HOST` - Database host\n  * `WP_ENV` - Set to environment (`development`, `staging`, `production`)\n  * `WP_HOME` - Full URL to WordPress home (http://example.com)\n  * `WP_SITEURL` - Full URL to WordPress including subdirectory (http://example.com/wp)\n  * `AUTH_KEY`, `SECURE_AUTH_KEY`, `LOGGED_IN_KEY`, `NONCE_KEY`, `AUTH_SALT`, `SECURE_AUTH_SALT`, `LOGGED_IN_SALT`, `NONCE_SALT`\n\n  If you want to automatically generate the security keys (assuming you have wp-cli installed locally) you can use the very handy [wp-cli-dotenv-command][wp-cli-dotenv]:\n\n      wp package install aaemnnosttv/wp-cli-dotenv-command\n\n      wp dotenv salts regenerate\n\n  Or, you can cut and paste from the [Roots WordPress Salt Generator][roots-wp-salt].\n\n3. Add theme(s) in `web/wp-content/themes` as you would for a normal WordPress site.\n\n4. Set your site vhost document root to `/path/to/site/web/` (`/path/to/site/current/web/` if using deploys)\n\n5. Access WP admin at `http://example.com/wp-admin`\n\n## Deploys\n\n* [Wordmove](https://github.com/welaika/wordmove)\n\nAny other deployment method can be used as well with one requirement:\n\n`composer install` must be run as part of the deploy process.\n\n## Documentation\n\nBedrock documentation is available at [https://roots.io/bedrock/docs/](https://roots.io/bedrock/docs/).\n\n## Community\n\nKeep track of development and community news.\n\n* Participate on the [Roots Discourse](https://discourse.roots.io/)\n* Follow [@rootswp on Twitter](https://twitter.com/rootswp)\n* Read and subscribe to the [Roots Blog](https://roots.io/blog/)\n* Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)\n* Listen to the [Roots Radio podcast](https://roots.io/podcast/)\n\n[roots-wp-salt]:https://roots.io/salts.html\n[wp-cli-dotenv]:https://github.com/aaemnnosttv/wp-cli-dotenv-command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk-comp%2Fcdkrock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdk-comp%2Fcdkrock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk-comp%2Fcdkrock/lists"}