Installation and operation manual


plugin is an extension of plugin Deploy starter adapted to plugin web.

Please refer to the plugin Deploy starter installation and operation manual before continuing.

Configuration

Sites

Une balise racine <sites> peut contenir des <site> qui contiennent eux-mêmes des <params>

<sites> 
    <site name="SITEID"> 
        <params> 
            <PARAMNAME>VALUE</PARAMNAME> 
        </params> 
    </site> 
</sites> 

where :

  • SITEID is a site identifier (such as 'www')
  • PARAMNAME is the identifier of a site parameter (such as 'url')
  • VALUE is the value to set to the parameter (like 'http://monsite')

Changing site parameters at startup triggers a series of errors in the application logs concerning observers that fail to execute correctly. These errors have no consequences.

Back to top

Web Deploy starter