Hi,
Please help me with the curl command to install and upload package in nexus repository to my local AEM server.
Command used:
curl -u <userId>:<password> -F file=@"<complete nexus url for the package till .zip>" -F name="<name of the package zip folder>" -F force=true -F install=true http://localhost:4502/crx/packmgr/service.jsp
Error received:
couldn't open file <complete nexus url for the package till .zip>
Solved! Go to Solution.
Views
Replies
Total Likes
Haven't tried your cmd but I believe you'd need to download the file from nexus using -O before uploading it to AEM
Another point to consider is the credentials of nexus vs AEM - Not sure if you have the same credentials for both or different
you may create a script or pipe it
Views
Replies
Total Likes
The file should be a file that is accessible by the account you are using to run the curl command. Usually, this file is located on the same machine where the curl command is being executed from.
Views
Replies
Total Likes
Haven't tried your cmd but I believe you'd need to download the file from nexus using -O before uploading it to AEM
Another point to consider is the credentials of nexus vs AEM - Not sure if you have the same credentials for both or different
you may create a script or pipe it
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies