diff -r 0947deb9ab6d -r 47a0d7568655 sbin/sync/config.py.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/sync/config.py.tmpl Thu Aug 02 09:02:03 2012 +0200 @@ -0,0 +1,19 @@ +from fabric.api import env + +env.hosts = ['iri@web.iri.centrepompidou.fr'] + +env.web_group = 'www-data' + +env.base_export_path = "~/tmp" +env.export_prefix = "idill" +env.remote_web_path = "/iridata/iri-research/ldt/" +env.web_rsync_filters = [ + "+ core", + "- /doc/" + "P .htpasswd", + "P .htaccess", + "P robots.txt", + "P crossdomain.xml", +] +env.web_relaunch_cmd = "apache2ctl restart" +