How to manage multiple alfresco repositories? -


problem description:

i have multiple alfresco installations (development, testing, production) of 1 project. need copy files under data dictionary folder (scripts, templates, web scripts) 1 in 1 direction (development -> testing -> production).

current solution:

i copy files manually via webdav, annoying , unreliable (i can forget copy some.).

desired solution:

i'd have tool, copy changed files @ command, ready next step. had idea, internally use git repository branches each installation, being able fetch files devel , push files testing , production. way (with git) support reverting changes.

it looks quite common problem, wasn't able google it, i'm asking here. such tool exist or there better way of managing multiple repositories?

if have brand new installation of development/testing/production alfresco instances, migrate alf_data dir content, contains default db, indexes, content-store, backup files. if need, migrate "shared" folder too, or @ least files shared folder alfresco customization (custom scripts or similar). here link helps migration steps: http://wiki.alfresco.com/wiki/system_migration

otherwise, if need move folder data dictionary, or set of documents, use acp in order achieve that. here wiki doing this: http://wiki.alfresco.com/wiki/export_and_import


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -