Advertisement
Guest User

installing vh

a guest
Feb 15th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. mike@ub1404:~/src/verlihub/build$ rm -fr ~/.config/verlihub/*
  2. mike@ub1404:~/src/verlihub/build$ vh -i
  3. Hello mike,
  4. let's start with the configuration of database access. If you have some problems with configuration you can:
  5. * Follow the official documentation: https://github.com/verlihub/verlihub/wiki/
  6. * Seek support on VAZ: dchub://hub.verlihub.net:7777/
  7.  
  8. [*] MySQL settings
  9. -- Please insert MySQL server setting below for the hub.
  10. If the account/DB does not exist it will be created later in this setup.
  11. Choose database name (verlihub):
  12. MySQL user to access to 'verlihub' (verlihub):
  13. MySQL password for user 'verlihub':
  14. MySQL password for user 'verlihub': 34125621
  15. MySQL hostname (localhost):
  16. MySQL charset (experts only, leave empty for default):
  17. Hub locale (experts only, leave empty for default):
  18. Hub encoding (experts only, leave empty for default):
  19. This is information about your MySQL server and the hub:
  20. Database: verlihub
  21. Username: verlihub
  22. Password: 34125621
  23. Hostname: localhost
  24. Charset:
  25. Hub locale:
  26. Hub encoding:
  27. Do you want to continue with this information? (y/N) y
  28.  
  29. -- Checking MySQL account verlihub@localhost; this could take some times...
  30. -- The MySQL account 'verlihub' can not be accessed, it will be created now
  31. -- Please insert MySQL administrator information to create DB or account or grant permissions.
  32. Username (root):
  33. Password: 123456
  34. This is information about MySQL administrator:
  35. Username: root
  36. Password: 123456
  37. Do you want to continue with this information? (y/N) y
  38. -- The MySQL account cannot be created. Fix the problem and run the setup again
  39. /usr/local/bin/vh: строка 723: die: команда не найдена
  40.  
  41. -- Checking MySQL database verlihub; this could take some times...
  42. -- The MySQL database 'verlihub' does not exist, it will be created now
  43.  
  44. Run vh --install as root to perfom system-wide setup
  45.  
  46. -- You need to choose a place for the configuration files
  47. [1] /home/mike/.config/verlihub
  48. [9] Other, choose path where put config file
  49. Select number: 1
  50. -- The folder '/home/mike/.config/verlihub' already exists (existing configuration will be backup). Do you want to continue? Otherwise choose 'N' to select another folder [y/N]: y
  51.  
  52. -- Config file has been successfully written in '/home/mike/.config/verlihub/dbconfig'.
  53. -- Now they will be created other directories and files.
  54. -- Copy files and accessing to MySQL server; this could take some times...
  55.  
  56. -- Installation has been completed. Now you can add master account
  57.  
  58. [*] Hub settings
  59. -- Choose information about master account and hub (don't use any special characters, you'll be able to use them later)
  60. Master name ([SU]mike): KMV
  61. Master password (1455563757): 3412
  62. Hub port (4111): 4444
  63. Hub host (ub1404):
  64. Hub name (hub of mike): ub1404 testing
  65. Is this info correct?
  66. Master name: KMV
  67. Master password: 3412
  68. Hub name: ub1404 testing
  69. Hub address: dchub://ub1404:4444
  70. Password: 34125621
  71. Hostname: localhost
  72. Do you want to continue with this information? (y/N) y
  73. -- Creating settings; this could take some times...
  74. -- A error occured with registering user 'KMV'. Please do it manually
  75. -- The hub is configured successfully. Now you can start the hub using vh --run command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement