{"id":20355449,"url":"https://github.com/dcoxall/dcoxall-wordpress","last_synced_at":"2025-12-11T21:28:30.648Z","repository":{"id":11442128,"uuid":"13899459","full_name":"dcoxall/dcoxall-wordpress","owner":"dcoxall","description":"Puppet NGINX, PHP-FPM and MySQL configured for Wordpress","archived":false,"fork":false,"pushed_at":"2014-02-24T11:46:37.000Z","size":275,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-14T22:52:26.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcoxall.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-27T10:50:48.000Z","updated_at":"2016-04-27T22:25:58.000Z","dependencies_parsed_at":"2022-09-26T20:31:34.539Z","dependency_job_id":null,"html_url":"https://github.com/dcoxall/dcoxall-wordpress","commit_stats":null,"previous_names":["freakydazio/dcoxall-wordpress"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdcoxall-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdcoxall-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdcoxall-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fdcoxall-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoxall","download_url":"https://codeload.github.com/dcoxall/dcoxall-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248509140,"owners_count":21115949,"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":[],"created_at":"2024-11-14T23:12:46.532Z","updated_at":"2025-12-11T21:28:30.592Z","avatar_url":"https://github.com/dcoxall.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress\nA puppet module that installs all the requirements to get [Wordpress][wordpress] installed and running but using NGINX and PHP-FPM instead of the more traditional Apache and `mod_php` solution.\n\n## What does it do?\nThis module does NOT install wordpress. It does however create an NGINX and PHP-FPM environment in which wordpress works. Based on the recommended set-up described on wordpress.org this module prepares the nginx configuration and php-fpm pool to correctly serve a wordpress installation.\n\nPart of the setup also includes a MySQL installation with a database that can be used with the following details:\n\n- Username: wordpress\n- Password: wordpress\n- Host: localhost\n- Database: wordpress\n\nThese options can be overridden as shown below. The mysql user is given access to the database on a wildcard as well as localhost in the event you wish to connect externally.\n\n### Usage\n```puppet\ninclude wordpress\n# or\nclass { \"wordpress\": }\n```\n\n#### Customising\n```puppet\nclass { \"wordpress\":\n  cache    =\u003e false,       # Static asset caching in NGINX (default: false)\n  user     =\u003e 'wordpress', # DB User (default: wordpress)\n  password =\u003e 'wordpress', # DB Pass (default: wordpress)\n  database =\u003e 'wordpress', # DB Name (default: wordpress)\n}\n```\n\n### Contribute\nAny contributions are welcome. There are no crazy requirements to contribute.\n\n1. Fork the project\n2. Make your changes\n3. Create a Pull Request\n\n[wordpress]: http://wordpress.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fdcoxall-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoxall%2Fdcoxall-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fdcoxall-wordpress/lists"}