CQ5.6 Installation? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChrisTr3

Hi Mahesh,

You can find some installation instructions as well as a lot more information on http://docs.day.com .

Specifically for installation it would be:  http://dev.day.com/docs/en/cq/current/deploying/installing_cq.html#Installing%2520CQ

Chris

15 replies

Level 3
October 16, 2015

You are right.

 

I checked for that also .jar.jar but i am sure it is with only one extension.

Adobe Employee
October 16, 2015

Hello Mahesh,

It looks like you are starting CQ by executing a start-up script from /crx-quickstart/bin directory. Therefore you need to edit the script and change an argument for TCP port used for stop and status scripts: CQ_PORT=4503.

Regards,

Level 6
October 16, 2015

In some windows system, when you copy-paste the file name (that is common way of renaming it when you read the manual), you get double .jar extension so the file name of the jar actually is cq5-publish-p4503.jar.jar. And then it will start as an author instance.

Make sure that the file name is that.

I actually don't use that method to install anymore. I use the expand command, java -jar cq5-publish-p4503.jar -unpack and then alter the start.bat or start.sh files so that they correspond to what I need.

Edit: Once you have installed an instance, it can't change into the other type of instance. An author is an author, even if you change port and type.

/Ove

Level 3
October 16, 2015

Thanks for you reply chris.

I have followed the instructions aswell but while installing the publish instance it is taking 4502 port after renaming the jar with 4503.

Changed the start script aswell on publish instance.

Let me know how to resolve it.

 

Thanks in advance.

Mahesh

ChrisTr3Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi Mahesh,

You can find some installation instructions as well as a lot more information on http://docs.day.com .

Specifically for installation it would be:  http://dev.day.com/docs/en/cq/current/deploying/installing_cq.html#Installing%2520CQ

Chris