I have xwiki enterprise with Postgres as db backend. Right now I'm using the following: 1. Download http://download.forge.ow2.org/xwiki/xwiki-enterprise-web-7.4.1.war unzip it and put it under Jetty. 2. Change config files to use Postgres. 3. Download http://download.forge.ow2.org/xwiki/xwiki-enterprise-ui-mainwiki-all-7.4.1.xar 4. Run xwiki 5. Import xwiki-enterprise-ui-mainwiki-all-7.4.1.xar via UI.
I wonder if it's possible to make step 5 (import xar file) via API (don't use UI for it). I would like to simplify xwiki deployment. What I've already done: I automated spaces/pages creation via REST API. I think there should be some way to automate extension installation. I've found XFF REST API http://extensions.xwiki.org/xwiki/bin/view/Extension/XFF+REST+API . Is it possible to use it to install xar files with extensions? Maybe there are other ways? I would appreciate any help. Thanks in advance! -- View this message in context: http://xwiki.475771.n2.nabble.com/Is-there-any-way-to-automate-extension-installation-tp7598507.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

