{"id":18597751,"url":"https://github.com/aem-design/aemdesign-parent","last_synced_at":"2025-05-16T14:10:00.302Z","repository":{"id":52534598,"uuid":"204147933","full_name":"aem-design/aemdesign-parent","owner":"aem-design","description":"parent project for all aem design modules","archived":false,"fork":false,"pushed_at":"2023-09-06T00:31:07.000Z","size":450,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-12-26T21:27:15.347Z","etag":null,"topics":["aem","automation","best-practices","devops"],"latest_commit_sha":null,"homepage":"http://aem.design","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aem-design.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"patreon":"maxbarrass","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-08-24T11:24:11.000Z","updated_at":"2023-05-02T16:46:09.000Z","dependencies_parsed_at":"2024-11-07T01:40:03.244Z","dependency_job_id":"0c46d824-643b-4289-819d-11b12943b0c1","html_url":"https://github.com/aem-design/aemdesign-parent","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/aem-design%2Faemdesign-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Faemdesign-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Faemdesign-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Faemdesign-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aem-design","download_url":"https://codeload.github.com/aem-design/aemdesign-parent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239384742,"owners_count":19629509,"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":["aem","automation","best-practices","devops"],"created_at":"2024-11-07T01:29:18.277Z","updated_at":"2025-02-17T23:46:08.399Z","avatar_url":"https://github.com/aem-design.png","language":"Shell","funding_links":["https://patreon.com/maxbarrass"],"categories":[],"sub_categories":[],"readme":"AEM Design Parent\n=================\n\n[![build_status](https://github.com/aem-design/aemdesign-parent/workflows/ci/badge.svg)](https://github.com/aem-design/aemdesign-parent/actions?workflow=ci)\n[![github license](https://img.shields.io/github/license/aem-design/aemdesign-parent)](https://github.com/aem-design/aemdesign-parent) \n[![github issues](https://img.shields.io/github/issues/aem-design/aemdesign-parent)](https://github.com/aem-design/aemdesign-parent) \n[![github last commit](https://img.shields.io/github/last-commit/aem-design/aemdesign-parent)](https://github.com/aem-design/aemdesign-parent) \n[![github repo size](https://img.shields.io/github/repo-size/aem-design/aemdesign-parent)](https://github.com/aem-design/aemdesign-parent) \n[![github repo size](https://img.shields.io/github/languages/code-size/aem-design/aemdesign-parent)](https://github.com/aem-design/aemdesign-parent)\n[![Visit AEM.Design](https://img.shields.io/badge/visit-aem.design-brightgreen)](https://aem.design/)\n[![Gitter](https://img.shields.io/gitter/room/aem-design/Lobby)](https://gitter.im/aem-design/Lobby)\n\n\n## Prerequisites\n\nYou need:\n\n1. Docker\n2. Java 8 or 11.\n\n## Developer Setup\n\n1. For best experience see [Developer Setup](docs/SETUP.md)\n2. Clone parent repo\n\n```bash\ngit clone --recursive git@github.com:aem-design/aemdesign-parent.git\n```\n\n3. Start AEM Stack\n\n```bash\ndocker-compose up\n```\n\n4. Deploy Core and Support\n\n```bash\ndocker-compose up author-deploy-core author-deploy-support\n```\n\n5. Open `http://localhost` and access Services :D\n\n# Repos Info\n\nFollowing is a description of each repo and their purpose.\n\nFor more information see [Project Artifacts](http://aem.design/manifesto/project/#project-artifacts)\n\n| Repo                            | Notes                                       |\n|---------------------------------|---------------------------------------------|\n| aemdesign-parent/               | root repo for devops script and automation  |\n| aemdesign-aem-core/             | primary repo for aemdesign code artifacts   |\n| aemdesign-aem-support/          | repo with reference implementation          |\n| aemdesign-operations/           | operations and deployment projects          |\n| aemdesign-archetype/            | archetype project for new projects          |\n\n## Container Logs\n\nYou can monitor logs of containers by either using Docker container logs interface or manually using docker:\n\n```bash\ndocker logs -f aemdesign-parent_author_1\n```\n\nIf your container is not configured to output all log to console then you can use the exec to tail the logs directly\n\n```bash\ndocker exec -it aemdesign-parent_author_1 tail -f crx-quickstart/logs/error.log\n```\n\nTail container log from a specific date\n\n```bash\ndocker logs -ft aemdesign-parent_author_1 --since 2019-01-18\n```\n\nYou can remove container logs like this\n\n```powershell\ndocker run --rm -v /var/lib/docker:/var/lib/docker alpine sh -c \"echo '' \u003e $(docker inspect --format='{{.LogPath}}' aemdesign-parent_author_1)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faem-design%2Faemdesign-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faem-design%2Faemdesign-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faem-design%2Faemdesign-parent/lists"}