========================== Repositories configuration ========================== Purpose ======= Since Domogik 0.2.0 plugins are not delivered by default with Domogik. They are available on online repositories as packages. These packages can be installed from the administration in Domoweb (the web user interface). Several repositories can be activated depending of your needs. Configuration ============= Edit the file **/etc/domogik/sources.list**. Here is the sample file installed by default: :: # Domogik official repositories # priority # url 500 http://repo.domogik.org/repository/stable/ #400 http://repo.domogik.org/repository/testing/ #300 http://repo.domogik.org/repository/experimental/ #100 http://repo.domogik.org/repository/nightly/ Only the *stable* repository is activated by default. We recommend you to use only this repository. For a complete description of each repository, you can read :doc:`the appropriate page `. If you update this file, you will need to restart Domogik: :: $ sudo /etc/init.d/domogik restart