{"id":22341813,"url":"https://github.com/code-corps/blog.codecorps.org-trellis-public","last_synced_at":"2025-09-09T00:34:07.261Z","repository":{"id":82727477,"uuid":"62580808","full_name":"code-corps/blog.codecorps.org-trellis-public","owner":"code-corps","description":"Public Trellis for developing the Code Corps WordPress blog locally.","archived":false,"fork":false,"pushed_at":"2016-07-04T21:08:56.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-08T07:05:28.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog.codecorps.org","language":"Python","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/code-corps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-04T18:20:05.000Z","updated_at":"2016-07-04T20:34:09.000Z","dependencies_parsed_at":"2023-03-18T08:00:30.750Z","dependency_job_id":null,"html_url":"https://github.com/code-corps/blog.codecorps.org-trellis-public","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-corps/blog.codecorps.org-trellis-public","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-corps%2Fblog.codecorps.org-trellis-public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-corps%2Fblog.codecorps.org-trellis-public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-corps%2Fblog.codecorps.org-trellis-public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-corps%2Fblog.codecorps.org-trellis-public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-corps","download_url":"https://codeload.github.com/code-corps/blog.codecorps.org-trellis-public/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-corps%2Fblog.codecorps.org-trellis-public/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231109,"owners_count":25245687,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-04T08:08:18.524Z","updated_at":"2025-09-09T00:34:07.247Z","avatar_url":"https://github.com/code-corps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Corps WordPress Trellis (Public)\n\n![Code Corps Public Trellis Logo](https://d3pgew4wbk2vb1.cloudfront.net/images/github/code-corps-trellis-public.png)\n\nThe public Trellis contains Ansible playbooks for setting up a LEMP stack for local WordPress development environments with Vagrant.\n\n## What's included\n\nTrellis will configure a server with the following and more:\n\n* Ubuntu 14.04 Trusty LTS\n* Nginx (with optional FastCGI micro-caching)\n* PHP 7.0\n* MariaDB (a drop-in MySQL replacement)\n* SSL support (scores an A+ on the [Qualys SSL Labs Test](https://www.ssllabs.com/ssltest/))\n* Let's Encrypt integration for free SSL certificates\n* HTTP/2 support (requires SSL)\n* Composer\n* WP-CLI\n* sSMTP (mail delivery)\n* MailHog\n* Memcached\n* Fail2ban\n* ferm\n\n## Requirements\n\nMake sure all dependencies have been installed before moving on:\n\n* [Ansible](http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-pip) 2.0.2\n* [Virtualbox](https://www.virtualbox.org/wiki/Downloads) \u003e= 4.3.10\n* [Vagrant](https://releases.hashicorp.com/vagrant/1.8.1/) 1.8.1\n* [vagrant-bindfs](https://github.com/gael-ian/vagrant-bindfs#installation) \u003e= 0.3.1 (Windows users may skip this)\n* [vagrant-hostmanager](https://github.com/smdahlen/vagrant-hostmanager#installation)\n\n## Installation\n\nClone this repository along with the site itself into the following directory structure:\n\n```shell\nblog.codecorps.org/      # → Root folder for this project\n├── trellis-public/      # → Your clone of this repository\n├── trellis/             # → Your clone of the private Trellis repository (acccess limited; private for security)\n└── site/                # → Your clone of the site repository, a Bedrock-based WordPress site\n    └── web/\n        ├── wp/          # → WordPress core (don't touch!)\n        └── app/         # → WordPress content directory (themes, plugins, etc.)\n            └── web/themes/codecorps  # → Code Corps theme directory (where most blog dev work will happen)\n```\n\n1. Create the main project directory (if not already created): `$ mkdir blog.codecorps.org \u0026\u0026 cd blog.codecorps.org`\n2. Clone Trellis: `$ git clone git@github.com:code-corps/blog.codecorps.org-trellis-public.git trellis-public`\n3. Clone the site: `$ git clone git@github.com:code-corps/blog.codecorps.org-site.git site`\n4. Install the Ansible Galaxy roles: `$ cd trellis \u0026\u0026 ansible-galaxy install -r requirements.yml`\n\nWindows user? [Read the Trellis Windows docs](https://roots.io/trellis/docs/windows/) for slightly different installation instructions. Please modify them to match these docs. VirtualBox is known to have poor performance in Windows — use VMware or [see some possible solutions](https://discourse.roots.io/t/virtualbox-performance-in-windows/3932).\n\n## Documentation\n\nTrellis documentation is available at [https://roots.io/trellis/docs/](https://roots.io/trellis/docs/).\n\n## Local development setup\n\n1. Configure your WordPress sites in `group_vars/development/wordpress_sites.yml` and in `group_vars/development/vault.yml`\n2. Run `vagrant up`\n\n[Read the local development docs](https://roots.io/trellis/docs/local-development-setup/) for more information.\n\n## Contributing\n\nContributions are welcome from everyone. We have [contributing guidelines](https://github.com/blog.codecorps.org-site/blob/master/CONTRIBUTING.md) to help you get started.\n\n## Community\n\nJoin the Code Corps community at [https://codecorps.org/code-corps/code-corps]([https://codecorps.org/code-corps/code-corps])\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-corps%2Fblog.codecorps.org-trellis-public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-corps%2Fblog.codecorps.org-trellis-public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-corps%2Fblog.codecorps.org-trellis-public/lists"}