Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.48 KB | None | 0 0
  1. [root@ysandbox chanthel]# php bin/install.php
  2. This script should be run under "root"
  3. PHP Warning:  mysqli::mysqli(): (HY000/1045): Access denied for user 'user'@'loc                                alhost' (using password: YES) in /var/www/chanthel/httpsdocs/lib/DB.php on line                                 71
  4. PHP Warning:  mysqli::real_escape_string(): Couldn't fetch mysqli in /var/www/ch                                anthel/httpsdocs/lib/DB.php on line 85
  5. PHP Warning:  mysqli::set_charset(): Couldn't fetch mysqli in /var/www/chanthel/                                httpsdocs/lib/DB.php on line 91
  6. PHP Warning:  mysqli::query(): Couldn't fetch mysqli in /var/www/chanthel/httpsd                                ocs/lib/DB.php on line 94
  7. Specify apache user (default "apache"):
  8. Specify prefix used for database names, solr core and log files (default "cb"):
  9. Specify database configuration:
  10. db host (default "127.0.0.1"):
  11. db port (default "3306"):
  12. db user (default "user"): root
  13. db password: root
  14. privileged db user (default "root"):
  15. privileged db user's password: root
  16. Specify datanode {http://datanode:port}: 192.168.3.190:50075
  17. Specify namenode {http://namenode:port}: 192.168.3.190:50070
  18. hdfs user (default "apache"):
  19. Provide server name with protocol (default "https://yourserver.com/"):192.168.3.                                190:1314
  20. Would you like to initialize solr connection [Y/n]:y
  21.  
  22. Specify solr configuration:
  23. solr home directory (default "/var/solr/data/"): /opt/solr-5.5.4/server/solr/
  24. solr host (default "127.0.0.1"): 192.168.3.190
  25. solr port (default "8983"):
  26. Specify administrator email address (default "your.email@server.com"):root
  27. Specify sender email address, placed in header for sent mails (default "emails.s                                ender@server.com"):root
  28. Would you like to define comments email parametters [Y/n]: n
  29. Specify python path (default "python"):
  30. Specify backup directory (default "/var/www/chanthel/backup/"):
  31.  
  32. You have configured main options for casebox.
  33. Saving your settings to /var/www/chanthel/httpsdocs/config.iniPHP Warning:  date                                (): It is not safe to rely on the system's timezone settings. You are *required*                                 to use the date.timezone setting or the date_default_timezone_set() function. I                                n case you used any of those methods and you are still getting this warning, you                                 most likely misspelled the timezone identifier. We selected the timezone 'UTC'                                 for now, but please set date.timezone to select your timezone. in /var/www/chant                                hel/httpsdocs/lib/install_functions.php on line 709
  34. OK
  35. Solr configsets symlinks created sucessfully.
  36. Creating solr core ... OK
  37. create Main Database:
  38. cb__casebox database does not exist. Would you like to create it from current in                                stallation dump file [Y/n]: y
  39. Create database cb__casebox
  40.  
  41. Casebox was successfully configured on your system
  42. you should create at least one Core to use it.
  43. Do you want to create a basic default core [Y,n]: y
  44. Core name:chanthel
  45. OK
  46. Registering core .. OK
  47. Specify email address for root user:root
  48. Specify root user password:root
  49. Specify default language (ISO) (default "en"):
  50. UI available languages (comma separated ISO list) (default "en"):
  51. Creating solr core ... OK
  52. Reindex core [Y/n]: y
  53. Reindexing core ... PHP Warning:  date(): It is not safe to rely on the system's                                 timezone settings. You are *required* to use the date.timezone setting or the d                                ate_default_timezone_set() function. In case you used any of those methods and y                                ou are still getting this warning, you most likely misspelled the timezone ident                                ifier. We selected the timezone 'UTC' for now, but please set date.timezone to s                                elect your timezone. in /var/www/chanthel/sys/crons/run_cron.php on line 107
  54.  
  55. 2017-09-20 09:24:07 Processing core chanthel ... updating tree
  56. optimizing
  57. OK
  58. Creating language files .. OK
  59. Done.
  60. Done
  61. [root@ysandbox chanthel]# chmod -R 777 /var/www/chanthel/
  62. [root@ysandbox chanthel]# crontab -e -u apache
  63. no crontab for apache - using an empty one
  64. crontab: installing new crontab
  65. "/tmp/crontab.JYUC0l":2: bad minute
  66. errors in crontab file, can't install.
  67. Do you want to retry the same edit? n
  68. crontab: edits left in /tmp/crontab.JYUC0l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement