Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leizeng/angular-sightly
https://github.com/leizeng/angular-sightly
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leizeng/angular-sightly
- Owner: LeiZeng
- Created: 2015-09-15T13:32:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T13:35:02.000Z (over 9 years ago)
- Last Synced: 2023-03-24T04:37:15.923Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Project
========This a content package project generated using the multimodule-content-package-archetype.
Building
--------This project uses Maven for building. Common commands:
From the root directory, run ``mvn -PautoInstallPackage clean install`` to build the bundle and content package and install to a CQ instance.
From the bundle directory, run ``mvn -PautoInstallBundle clean install`` to build *just* the bundle and install to a CQ instance.
Using with VLT
--------------To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd to `content/src/main/content/jcr_root` and run
vlt --credentials admin:admin checkout -f ../META-INF/vault/filter.xml --force http://localhost:4502/crx
Once the working copy is created, you can use the normal ``vlt up`` and ``vlt ci`` commands.
Specifying CRX Host/Port
------------------------The CRX host and port can be specified on the command line with:
mvn -Dcrx.host=otherhost -Dcrx.port=5502