Revision 61d61a10 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
1964 1964
                           --property size=451 --property kernel=2.6.32 --property GUI="No GUI" \
1965 1965
                           --property sortorder=1 --property USERS=root --property OS=debian
1966 1966

  
1967
.. note:: Because Plankton and Astakos are running on the same machine
1968
    in our example, we have to deactivate the CSRF verification for
1969
    the above command to work. We can do so by adding to
1970
    ``/etc/synnefo/99-local.conf``:
1971

  
1972
    .. code-block:: console
1973

  
1974
        MIDDLEWARE_CLASSES.remove('django.middleware.csrf.CsrfViewMiddleware')
1975
        TEMPLATE_CONTEXT_PROCESSORS.remove('django.core.context_processors.csrf')
1976

  
1977
    and then restart gunicorn.
1978

  
1979

  
1967 1980
This command registers the Pithos+ file
1968 1981
``pithos://user@example.com/images/debian_base-6.0-7-x86_64.diskdump`` as an
1969 1982
Image in Plankton. This Image will be public (``--public``), so all users will

Also available in: Unified diff