Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.samples
Sample projects and applications to demonstrate and test wcm.io features.
https://github.com/wcm-io/io.wcm.samples
adobe-experience-manager aem samples wcm-io
Last synced: about 2 months ago
JSON representation
Sample projects and applications to demonstrate and test wcm.io features.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.samples
- Owner: wcm-io
- License: apache-2.0
- Created: 2015-07-15T20:15:29.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-21T10:26:02.000Z (9 months ago)
- Last Synced: 2024-03-26T05:59:25.787Z (9 months ago)
- Topics: adobe-experience-manager, aem, samples, wcm-io
- Language: Java
- Homepage: https://wcm.io/samples/
- Size: 4.54 MB
- Stars: 14
- Watchers: 16
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
wcm.io Samples
======
[![Build](https://github.com/wcm-io/io.wcm.samples/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.samples/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.samples&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.samples)Sample projects and applications to demonstrate and test wcm.io features.
Documentation: https://wcm.io/samples/
Issues: https://github.com/wcm-io/io.wcm.samples/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.samples/actions
Commercial support: https://wcm.io/commercial-support.html### Build and deploy samples from source
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.samples/blob/develop/.maven-settings.xml) for an example with a full configuration.
- Clone the github repository https://github.com/wcm-io/io.wcm.samples
- Start an AEM author instance at http://localhost:4502
- Execute deploy script `build-deploy.sh` to deploy the application and sample content and configuration to the instance.
- Open http://localhost:4502/editor.html/content/wcm-io-samples/en.html in your browser### System requirements
- AEM 6.5.17+ or AEMaaCS SDK
- Java 11