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

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

  
612 612
    CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
613 613

  
614
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
614
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/ui/get_services'
615 615

  
616
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
616
    CLOUDBAR_MENU_URL = 'https://node1.example.com/ui/get_menu'
617 617

  
618 618
Those settings have to do with the black cloudbar endpoints and will be
619 619
described in more detail later on in this guide. For now, just edit the domain
......
766 766

  
767 767
``http://node1.example.com/im``
768 768

  
769
If this redirects you to ``https://node1.example.com/im/`` and you can see
769
If this redirects you to ``https://node1.example.com/ui/`` and you can see
770 770
the "welcome" door of Astakos, then you have successfully setup Astakos.
771 771

  
772 772
Let's create our first user. At the homepage click the "CREATE ACCOUNT" button
......
797 797
him/her an activation email. See how to do this at the :ref:`User
798 798
activation <user_activation>` section.
799 799

  
800
Now let's go back to the homepage. Open ``http://node1.example.com/im/`` with
800
Now let's go back to the homepage. Open ``http://node1.example.com/ui/`` with
801 801
your browser again. Try to sign in using your new credentials. If the astakos
802 802
menu appears and you can see your profile, then you have successfully setup
803 803
Astakos.
......
890 890

  
891 891
.. code-block:: console
892 892

  
893
    PITHOS_UI_LOGIN_URL = "https://node1.example.com/im/login?next="
893
    PITHOS_UI_LOGIN_URL = "https://node1.example.com/ui/login?next="
894 894
    PITHOS_UI_FEEDBACK_URL = "https://node2.example.com/feedback"
895 895

  
896 896
The ``PITHOS_UI_LOGIN_URL`` option tells the client where to redirect you, if
......
910 910

  
911 911
    CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
912 912
    PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE = '3'
913
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
914
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
913
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/ui/get_services'
914
    CLOUDBAR_MENU_URL = 'https://node1.example.com/ui/get_menu'
915 915

  
916 916
The ``CLOUDBAR_LOCATION`` tells the client where to find the astakos common
917 917
cloudbar.
......
1717 1717

  
1718 1718
   CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
1719 1719
   CLOUDBAR_ACTIVE_SERVICE = '2'
1720
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
1721
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/im/get_menu'
1720
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/ui/get_services'
1721
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/ui/get_menu'
1722 1722

  
1723 1723
``CLOUDBAR_LOCATION`` tells the client where to find the Astakos common
1724 1724
cloudbar. The ``CLOUDBAR_SERVICES_URL`` and ``CLOUDBAR_MENU_URL`` options are
......
1765 1765

  
1766 1766
.. code-block:: console
1767 1767

  
1768
   UI_LOGIN_URL = "https://node1.example.com/im/login"
1769
   UI_LOGOUT_URL = "https://node1.example.com/im/logout"
1768
   UI_LOGIN_URL = "https://node1.example.com/ui/login"
1769
   UI_LOGOUT_URL = "https://node1.example.com/ui/logout"
1770 1770

  
1771 1771
The ``UI_LOGIN_URL`` option tells the Cyclades Web UI where to redirect users,
1772 1772
if they are not logged in. We point that to Astakos.

Also available in: Unified diff