Revision b5a93045 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
2013 2013

  
2014 2014
   VMAPI_CACHE_BACKEND = "memcached://127.0.0.1:11211/?timeout=3600"
2015 2015

  
2016
Edit ``/etc/default/vncauthproxy``:
2016
Add a vncauthproxy user:
2017 2017

  
2018 2018
.. code-block:: console
2019 2019

  
2020
   CHUID="nobody:www-data"
2020
    # vncauthproxy-passwd /var/lib/vncauthproxy/users synnefo
2021
    # /etc/init.d/vncauthproxy restart
2022

  
2023
Configure the vncauthproxy settings in
2024
``/etc/synnefo/20/snf-cyclades-app-api.conf``:
2025

  
2026
.. code-block:: console
2027

  
2028
    CYCLADES_VNCAUTHPROXY_OPTS = {
2029
        'auth_user': 'synnefo',
2030
        'auth_password': 'secret_password',
2031
        'server_address': '127.0.0.1',
2032
        'server_port': 24999,
2033
        'enable_ssl': False,
2034
        'ca_cert': None,
2035
        'strict': False,
2036
    }
2037

  
2038
Depending on your snf-vncauthproxy setup, you might want to tweak the above
2039
settings. Check the `documentation
2040
<http://www.synnefo.org/docs/snf-vncauthproxy/latest/index.html>`_ of
2041
snf-vncauthproxy for more information.
2021 2042

  
2022 2043
We have now finished with the basic Cyclades configuration.
2023 2044

  

Also available in: Unified diff