Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dplaton/sightly-blog-sample
Quick example of how to create an Apache Sling application using Sightly
https://github.com/dplaton/sightly-blog-sample
Last synced: 12 days ago
JSON representation
Quick example of how to create an Apache Sling application using Sightly
- Host: GitHub
- URL: https://github.com/dplaton/sightly-blog-sample
- Owner: dplaton
- Created: 2015-05-01T15:46:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T12:56:20.000Z (over 9 years ago)
- Last Synced: 2024-10-11T12:57:33.251Z (about 1 month ago)
- Language: HTML
- Size: 461 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Sightly Blog sample
======This is a short example that demonstrates how to quickly build an application using Sightly and [Apache Sling](http://sling.apache.org).
# Prerequisites
Assuming you already have downloaded and started Apache Sling (if you didn't [here's](https://sling.apache.org/downloads.cgi) a link) you have to install the [Path Based RTP](https://github.com/apache/sling/tree/trunk/samples/path-based-rtp) from the Sling Samples source folder.# Install this application
Assuming that you're running Sling using defaults all you have to do is
`mvn clean install sling:install` and the application is installed# Running this application
Point your browser to [http://localhost:8080/content/sightly-blog/posts.list.html]
(http://localhost:8080/content/sightly-blog/posts.list.html) and enjoy