tecoholic

setup_py_bug

Apr 29th, 2016
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.00 KB | None | 0 0
  1. GLUU.[root@localhost community-edition-setup]# ./setup.py
  2.  
  3. Installing Gluu Server...
  4. Detected OS  :  centos
  5. Detected init:  init
  6. Detected Apache:  2.2
  7. Detected OpenDJ:  3.0
  8.  
  9. Installing Gluu Server...
  10.  
  11. For more info see:
  12.   ./setup.log  
  13.   ./setup_error.log
  14.  
  15.  
  16. ** All clear text passwords contained in ./setup.properties.last.
  17.  
  18. Enter IP Address [162.243.63.59] :
  19. Enter hostname [localhost] : gluu.example.com
  20. Enter your city or locality : Chennai
  21. Enter your state or province two letter code : TN
  22. Enter two letter Country Code : IN
  23. Enter Organization Name : Gluu
  24. Enter email address for support at your organization : arun@gluu.org
  25. Enter maximum RAM for tomcat in MB [1536] :
  26. Optional: enter password for oxTrust and LDAP superuser [tCipHmza9C17] : oxTrust
  27. Install oxAuth OAuth2 Authorization Server? [Yes] :
  28. Install oxTrust Admin UI? [Yes] :
  29. Install Gluu OpenDJ LDAP Server? [Yes] :
  30. Install Apache HTTPD Server [Yes] :
  31. Install Shibboleth 2 SAML IDP? [No] : Yes
  32. Install Asimba SAML Proxy? [No] : Yes
  33. Install CAS? [No] : Yes
  34. Install oxAuth RP? [No] : Yes
  35.  
  36. hostname                                         gluu.example.com
  37. orgName                                                      Gluu
  38. os                                                         centos
  39. city                                                      Chennai
  40. state                                                          TN
  41. countryCode                                                    IN
  42. support email                                       arun@gluu.org
  43. tomcat max ram                                               1536
  44. Admin Pass                                                oxTrust
  45. Install oxAuth                                               True
  46. Install oxTrust                                              True
  47. Install LDAP                                                 True
  48. Install Apache 2 web server                                  True
  49. Install Shibboleth 2 SAML IDP                                True
  50. Install Asimba SAML Proxy                                    True
  51. Install CAS                                                  True
  52. Install oxAuth RP                                            True
  53.  
  54.  
  55. Proceed with these values [Y|n] n
  56. Properties saved to ./setup.properties.last. Change filename to ./setup.properties if you want to re-use
  57. GLUU.[root@localhost community-edition-setup]# mv setup.properties.last setup.properties
  58. GLUU.[root@localhost community-edition-setup]# ./setup.py
  59.  
  60. Installing Gluu Server...
  61. Detected OS  :  centos
  62. Detected init:  init
  63. Detected Apache:  2.2
  64. Detected OpenDJ:  3.0
  65.  
  66. Installing Gluu Server...
  67.  
  68. For more info see:
  69.   ./setup.log  
  70.   ./setup_error.log
  71.  
  72.  
  73. ** All clear text passwords contained in ./setup.properties.last.
  74.  
  75.  
  76. hostname                                         gluu.example.com
  77. orgName                                                      Gluu
  78. os                                                         centos
  79. city                                                      Chennai
  80. state                                                          TN
  81. countryCode                                                    IN
  82. support email                                       arun@gluu.org
  83. tomcat max ram                                               1536
  84. Admin Pass                                                oxTrust
  85. Install oxAuth                                               True
  86. Install oxTrust                                              True
  87. Install LDAP                                                 True
  88. Install Apache 2 web server                                  True
  89. Install Shibboleth 2 SAML IDP                               False
  90. Install Asimba SAML Proxy                                   False
  91. Install CAS                                                 False
  92. Install oxAuth RP                                           False
  93.  
  94.  
  95. Proceed with these values [Y|n] n
  96. Properties saved to ./setup.properties.last. Change filename to ./setup.properties if you want to re-use
Add Comment
Please, Sign In to add comment