sbin/sync/config.py.tmpl
author bastiena
Fri, 21 Sep 2012 16:12:59 +0200
changeset 109 ace8f4b644f1
parent 71 2220313b692e
permissions -rw-r--r--
Front IDILL: help details shown text usage repaired

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/www/iri-research/labs/idill/"
env.web_rsync_filters = [
    "+ core",
    "- /doc/",
    "P src/config_kinect.json",
    "P src/config_souris.json",
    "P .htpasswd",
    "P .htaccess",
    "P robots.txt",
    "P crossdomain.xml",
]
env.web_relaunch_cmd = "apache2ctl restart"