{"id":15612059,"url":"https://github.com/aergonaut/chef-project","last_synced_at":"2025-04-04T08:22:29.733Z","repository":{"id":15635311,"uuid":"18372233","full_name":"aergonaut/chef-project","owner":"aergonaut","description":null,"archived":false,"fork":false,"pushed_at":"2014-04-02T15:59:55.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T19:29:43.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/aergonaut.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":"2014-04-02T15:59:48.000Z","updated_at":"2014-04-02T15:59:55.000Z","dependencies_parsed_at":"2022-09-06T01:30:54.927Z","dependency_job_id":null,"html_url":"https://github.com/aergonaut/chef-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fchef-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fchef-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fchef-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergonaut%2Fchef-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aergonaut","download_url":"https://codeload.github.com/aergonaut/chef-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142895,"owners_count":20890818,"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-10-03T06:21:42.725Z","updated_at":"2025-04-04T08:22:29.708Z","avatar_url":"https://github.com/aergonaut.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chef-project\n\nProvides an easy way to configure projects for development.\n\n## Resources/Providers\n\n### project\n\nThis will clone the source repo identified in the lwrp into the cookbook's destination directory and also ensure the listed services are enabled.\n\nEnabling nginx will give the project a .dev vhost listening on a socket in the cookbook's socket directory.\n\n#### Example\n\n```ruby\nproject \"coupa_development\" do\n  source \"coupa/coupa_development\"\n  ruby \"1.9.3\"\n  mysql true\n  redis true\n  nginx true\nend\n```\n\n#### Actions\n\nAction  | Description\n--------|------------\ninstall | **Default.** Clone the repository and ensure the services are activated.\n\n#### Attributes\n\nAttribute | Description\n----------|----\ndirectory | **Name attribute.** The destination directory.\nsource    | Git repo to clone. Supports `user/repo` shorthand for GitHub.\nruby      | Ruby version to install.\nmysql     | Enable MySQL.\npostgres  | Enable Postgres.\nredis     | Enable Redis.\nnginx     | Setup nginx .dev vhost.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergonaut%2Fchef-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faergonaut%2Fchef-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergonaut%2Fchef-project/lists"}