Hi,
I am having 5.6.1 in my environment.
I have uploaded package using curl command successfully.
Now am using curl command to install a package it is giving an error. Please find the attached document with the error
Solved! Go to Solution.
It should be
As an example try with
/usr/local/bin/curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/.json/etc/packages/day/cq560/product/cq-geometrixx-outdoor...
Views
Replies
Total Likes
Are you sure you are running the correct command ?
From http://dev.day.com/docs/en/crx/current/how_to/package_manager.html
it looks like this should be used:
http://localhost:7402/crx/packmgr/service/console.html/etc/packages/mycontent.zip?cmd=install
/Johan
Views
Replies
Total Likes
Hi Johan,
Please find the attachment.
I tried the with the below command.
/usr/local/bin/curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/console.html/etc/packages/cq-geometrixx-outdoors-ugc-pkg-5...
Views
Replies
Total Likes
It should be
As an example try with
/usr/local/bin/curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/.json/etc/packages/day/cq560/product/cq-geometrixx-outdoor...
Views
Replies
Total Likes
Ive tried with the following command:
curl -u admin:admin -X POST http://localhost:4502/crx/packmgr/service/.json/etc/packages/my.company.package/my-common-package-1....
and that works like a charm.. Whats important is the /my.company.package/ part which you would find for your package if you look into the package manager on your server.. if thats wrong it would have problems to find that package and you will get the no package error.
edit: /etc/packages/day/cq550/product/cq-geometrixx-pkg-5.5.4.zip would be the full geometrixx package path for 5.5
Views
Likes
Replies
Views
Likes
Replies