{"id":42260337,"url":"https://github.com/strata/strata-website","last_synced_at":"2026-01-27T06:04:38.413Z","repository":{"id":140078996,"uuid":"352435437","full_name":"strata/strata-website","owner":"strata","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-03T17:30:41.000Z","size":534,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-03T18:26:10.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strata.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-28T20:49:46.000Z","updated_at":"2024-01-03T18:26:14.653Z","dependencies_parsed_at":"2024-01-03T18:26:13.396Z","dependency_job_id":"5759686c-3efc-450c-bff2-1bd73835830b","html_url":"https://github.com/strata/strata-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/strata/strata-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strata%2Fstrata-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strata%2Fstrata-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strata%2Fstrata-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strata%2Fstrata-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strata","download_url":"https://codeload.github.com/strata/strata-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strata%2Fstrata-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-27T06:03:57.274Z","updated_at":"2026-01-27T06:04:38.405Z","avatar_url":"https://github.com/strata.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Client Site name\n\nWordPress website for Site name. Hosted on AWS Single Cloud 1. \n\n## Getting started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for how to deploy the project to staging and live environments. \n\nAlso see more [detailed project documentation](docs/README.md) and the [project license](LICENSE.md).\n\n### In this document\n\n* [Site URLs](#site-urls)\n* [Installing](#installing)\n* [Deployment](#deployment)\n* [Syncing tasks](#syncing-tasks)\n* [Built with](#built-with)\n* [Credits](#credits)\n\n## Site URLs\n\n### Live\n* https://www.strata.dev\n* https://www.strata.dev/_build_summary.json\n\n### Staging\n* https://staging.strata.dev\n* https://staging.strata.dev/_build_summary.json\n\n### Development\n* https://local.strata.dev\n\n## Installing\n\n### Requirements\n\n- PHP 7.4\n- Node v12.16.0\n- [NPM](https://www.npmjs.com/)\n- [NVM](https://github.com/creationix/nvm)\n- [Composer](https://getcomposer.org/)\n- [Deployer](https://deployer.org/docs/installation)\n\n### Installing locally\n\nA step-by-step set of instructions that tell you how to get your local development environment running.\n\nClone repo:\n\n````bash\ngit clone git@github.com:strata/strata_website.git\n````\n\nInstall PHP dependencies:\n\n```php\ncomposer install\n```\n\nInstall project dependencies:\n\n````bash\n# Switch your version of Node to the correct version for this project (see `.nvmrc`)\nnvm use\n\ncd web/wp-content/themes/example\nnpm install\n````\n\nBuild assets:\n\n````bash\ncd web/wp-content/themes/example\nnpm build\n````\n\nWatch for changes:\n\n````bash\ncd web/wp-content/themes/example\nnpm watch\n````\n\n### Configuration\n\nAny details on configuration files required. \n\n## Making changes\n\nTo make changes to code first work on a branch and create a Pull Request to merge changes into the `main` branch.\n\nAll changes to the `main` branch need to pass continuous integration tests (PHP linting, PHP code standards). \nSee [workflow](.github/workflows/README.md) for more. \n\n## Deployment\n\nThe site uses Deployer for deployment (installed via Composer). Please note if no branch is specified your current branch is used.\n\n### Deploy to Live\n\nYou should always deploy the `main` branch to production.\n\n````\n./vendor/bin/dep deploy production --branch=main\n````\n\n### Deploy to Staging\n\nBefore deployment please check the [currently deployed branch](https://staging.example.com/_build_summary.json)\n\n````\n./vendor/bin/dep deploy staging --branch=branch-name-to-deploy\n````\n\n## Syncing tasks\n\nSync files from production or staging to your local development environment. These are setup in the `deploy.php` script, \nsee the [sync](https://github.com/studio24/deployer-recipes/blob/main/docs/sync.md) task for more.\n\n#### Sync assets: Live → Local development\n\n````bash\n./vendor/bin/dep sync production --files=images\n````\n#### Sync assets: Staging → Local development\n\n````bash\n./vendor/bin/dep sync staging --files=images\n````\n\n## Built with\n\n- [Apollo 2](https://apollo.studio24.net/) - Front-end starter kit\n\n## Credits\n- **Alan Isaacson** - *Support Developer* - Studio 24\n- **Simon Jones** - *Managing Director* - Studio 24\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrata%2Fstrata-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrata%2Fstrata-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrata%2Fstrata-website/lists"}