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

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

  
543 543
.. code-block:: console
544 544

  
545
   ASTAKOS_IM_MODULES = ['local']
546

  
547 545
   ASTAKOS_COOKIE_DOMAIN = '.example.com'
548 546

  
549 547
   ASTAKOS_BASEURL = 'https://node1.example.com'
550 548

  
551 549
   ASTAKOS_SITENAME = '~okeanos demo example'
552 550

  
553
   ASTAKOS_RECAPTCHA_PUBLIC_KEY = 'example_recaptcha_public_key!@#$%^&*('
554
   ASTAKOS_RECAPTCHA_PRIVATE_KEY = 'example_recaptcha_private_key!@#$%^&*('
555

  
556
   ASTAKOS_RECAPTCHA_USE_SSL = True
557

  
558
``ASTAKOS_IM_MODULES`` refers to the astakos login methods. For now only local
559
is supported. The ``ASTAKOS_COOKIE_DOMAIN`` should be the base url of our
560
domain (for all services). ``ASTAKOS_BASEURL`` is the astakos home page.
561

  
562
For the ``ASTAKOS_RECAPTCHA_PUBLIC_KEY`` and ``ASTAKOS_RECAPTCHA_PRIVATE_KEY``
563
go to https://www.google.com/recaptcha/admin/create and create your own pair.
551
The ``ASTAKOS_COOKIE_DOMAIN`` should be the base url of our domain (for all
552
services). ``ASTAKOS_BASEURL`` is the astakos home page.
564 553

  
565 554
Then edit ``/etc/synnefo/20-snf-astakos-app-cloudbar.conf`` :
566 555

  

Also available in: Unified diff