Skip to content

Instantly share code, notes, and snippets.

View andrewkolesnikov's full-sized avatar

Andrew Kolesnikov andrewkolesnikov

View GitHub Profile
@andrewkolesnikov
andrewkolesnikov / cq5-content-copy
Last active December 19, 2015 00:29
CQ5 content migration from author instance to dev instance
#!/bin/bash
# Example: install_pkg.sh /etc/packages/my_packages/Auctions-Data.zip /etc/packages/my_packages/news-video-for-dev.zip /etc/packages/deployment/i18n-PRDbundle.zip)
src_name="foo"
src_password="bar"
src_host="athmir1.ny.sothebys.com:4502"
dest_name="admin"
dest_password="admin"