One of my client requirment is as follow's
Can any one help out like how to write those scripts (3rd point ) and how to execute those scripts automatically.
Solved! Go to Solution.
Views
Replies
Total Likes
As Sham states in his reply, all the uploading, installation and replication can be done using the cURL commands.
Another way is to use a Continuous Integration environment, such as Jenkins or TeamCity, and have a Maven action that uses the content-package plugin (http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.html) to do the same as you can do with the cURL command. The benefit of that is that if you have a common repository that you release your application to, you can easily just point to the corresponding artifact using the Maven "coordinate system".
If you install Maven in the target environment, you can even do it using "localhost:<port>" as target.
Views
Replies
Total Likes
use curl command & more details at
http://dev.day.com/docs/en/crx/current/how_to/package_manager.html#Managing Packages on the Command Line
Views
Replies
Total Likes
As Sham states in his reply, all the uploading, installation and replication can be done using the cURL commands.
Another way is to use a Continuous Integration environment, such as Jenkins or TeamCity, and have a Maven action that uses the content-package plugin (http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.html) to do the same as you can do with the cURL command. The benefit of that is that if you have a common repository that you release your application to, you can easily just point to the corresponding artifact using the Maven "coordinate system".
If you install Maven in the target environment, you can even do it using "localhost:<port>" as target.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies