Hmm... that might be a broad subject.
Out of the top of my head (which means I might have missed a few things) :
- jahia.properties needs to be copied over
- all deployed templates need to be copied over (from webapps/jahia/jsp/templates)
- all file-based content needs to be copied over (from webapps/jahia/WEB-INF/var)
- all other configuration changes you might have done in webapps/jahia/WEB-INF/etc
Basically the configuration wizard only checks for the presence of the jahia.properties to know if it has to start a configuration.
Regards, Serge Huber.
S�bastien Landeau wrote:
Hi,
I want to build Ant scripts to build very quickly new Jahia server to developments integration and tests (development and quality process).
I'm using Ant for that purpose, to build multiple Tomcat servers on different listening ports, no problems.
I want to deploy Jahia on the new Tomcat instance, using indications from the FAQ : http://www.jahia.org/jahia/Jahia/devzone/pid/454#15.
But I want to bypass the configuration wizard laucnhed at the first Jahia run.
So, how do I have pre-configure the Jahia server (I know my database parameters, listening ports, ...) ?
Do I have to modify only the jahia.properties or are there any other paemeters to put somewhere else ?
Thank's a lot.
