https://github.com/morlay/cq-workflow
https://github.com/morlay/cq-workflow
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/morlay/cq-workflow
- Owner: morlay
- Created: 2014-03-18T16:49:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T09:05:57.000Z (about 12 years ago)
- Last Synced: 2025-01-08T10:48:10.757Z (over 1 year ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Workflow for Adobe CQ5
### Prepare
* buy the licence for cq5 and get the `cq.jar`
* require `node` environment.
* prepare files into `cq-env`
cq-env:
/cq-env
cq5-author-p4502.jar
cq5-publish-p4503.jar
license.properties
filevault.tgz
jre-7u51-macosx-x64.tar.gz
* `npm install -g git://github.com/morlay/cq-cli.git` for CLIs.
* `git clone https://github.com/morlay/cq-workflow`
* `cd cq-workflow`
* `CQ_ENV_PATH=/PATH/TO/cq-env cq init`
* `npm install`
* `grunt`