Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. /scripts/installation_check.pl
  2.  
  3. Checking Required Modules:
  4. Looking for parent ....................................................... 0.225
  5. Looking for Archive::Zip 1.16 ............................................. 1.30
  6. Looking for Clone ......................................................... 0.31
  7. Looking for Config::Std .................................................... 0.9
  8. Looking for DateTime ...................................................... 0.78
  9. Looking for DBI 1.50 ..................................................... 1.622
  10. Looking for DBD::Pg 1.49 ................................................ 2.19.2
  11. Looking for Email::Address ............................................... 1.897
  12. Looking for Email::MIME .................................................. 1.911
  13. Looking for FCGI 0.72 ..................................................... 0.74
  14. Looking for JSON .......................................................... 2.53
  15. Looking for List::MoreUtils 0.21 .......................................... 0.33
  16. Looking for Params::Validate .............................................. 1.06
  17. Looking for PDF::API2 2.000 .............................................. 2.019
  18. Looking for Rose::Object ................................................. 0.859
  19. Looking for Rose::DB ..................................................... 0.769
  20. Looking for Rose::DB::Object ............................................. 0.801
  21. Looking for String::ShellQuote 1.01 ....................................... 1.03
  22. Looking for Sort::Naturally ............................................... 1.02
  23. Looking for Test::Harness 3.00 ............................................ 3.23
  24. Looking for Template 2.18 ................................................. 2.24
  25. Looking for Text::CSV_XS 0.23 ............................................. 0.95
  26. Looking for Text::Iconv 1.2 ................................................ 1.7
  27. Looking for URI 1.35 ...................................................... 1.60
  28. Looking for XML::Writer 0.602 ............................................ 0.615
  29. Looking for YAML 0.62 ..................................................... 0.62
  30.  
  31. Standard check for required modules done. See additional parameters for more checks (--help):
  32. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# apt-get install apache2 libarchive-zip-perl libclone-perl \
  33. > libconfig-std-perl libdatetime-perl libdbd-pg-perl libdbi-perl \
  34. > libemail-address-perl libemail-mime-perl libfcgi-perl libjson-perl \
  35. > liblist-moreutils-perl libnet-smtp-ssl-perl libnet-sslglue-perl \
  36. > libparams-validate-perl libpdf-api2-perl librose-db-object-perl \
  37. > librose-db-perl librose-object-perl libsort-naturally-perl \
  38. > libstring-shellquote-perl libtemplate-perl libtext-csv-xs-perl \
  39. > libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl \
  40. > postgresql
  41. Paketlisten werden gelesen... Fertig
  42. Abhängigkeitsbaum wird aufgebaut.
  43. Statusinformationen werden eingelesen.... Fertig
  44. apache2 ist schon die neueste Version.
  45. libarchive-zip-perl ist schon die neueste Version.
  46. libclone-perl ist schon die neueste Version.
  47. libdatetime-perl ist schon die neueste Version.
  48. libdbi-perl ist schon die neueste Version.
  49. libemail-address-perl ist schon die neueste Version.
  50. libjson-perl ist schon die neueste Version.
  51. liblist-moreutils-perl ist schon die neueste Version.
  52. libparams-validate-perl ist schon die neueste Version.
  53. libtemplate-perl ist schon die neueste Version.
  54. libtext-csv-xs-perl ist schon die neueste Version.
  55. libtext-iconv-perl ist schon die neueste Version.
  56. liburi-perl ist schon die neueste Version.
  57. libyaml-perl ist schon die neueste Version.
  58. postgresql ist schon die neueste Version.
  59. libconfig-std-perl ist schon die neueste Version.
  60. libdbd-pg-perl ist schon die neueste Version.
  61. libemail-mime-perl ist schon die neueste Version.
  62. libfcgi-perl ist schon die neueste Version.
  63. libnet-smtp-ssl-perl ist schon die neueste Version.
  64. libnet-sslglue-perl ist schon die neueste Version.
  65. libpdf-api2-perl ist schon die neueste Version.
  66. librose-db-object-perl ist schon die neueste Version.
  67. librose-db-perl ist schon die neueste Version.
  68. librose-object-perl ist schon die neueste Version.
  69. libsort-naturally-perl ist schon die neueste Version.
  70. libstring-shellquote-perl ist schon die neueste Version.
  71. libxml-writer-perl ist schon die neueste Version.
  72. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 81 nicht aktualisiert.
  73. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# chown -R www-data users spool webdav
  74. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# chown www-data templates users
  75. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# cp config/kivitendo.conf.default config/kivitendo.conf
  76. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# sudo su
  77. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# su postgres
  78. postgres@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0$ echo '\l' | psql
  79. List of databases
  80. Name | Owner | Encoding | Collate | Ctype | Access privileges
  81. -----------+----------+----------+-------------+-------------+-----------------------
  82. postgres | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
  83. template0 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres +
  84. | | | | | postgres=CTc/postgres
  85. template1 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres +
  86. | | | | | postgres=CTc/postgres
  87. (3 rows)
  88.  
  89. postgres@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0$ exit
  90. exit
  91. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# sudo su
  92. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# su - postgres
  93. postgres@besiktas-Aspire-5670:~$ psql template1
  94. psql (9.1.9)
  95. Type "help" for help.
  96.  
  97. template1=# create language 'plpgsql';
  98. ERROR: language "plpgsql" already exists
  99. template1=# \q
  100. postgres@besiktas-Aspire-5670:~$ sudo su
  101. [sudo] password for postgres:
  102. Sorry, try again.
  103. [sudo] password for postgres:
  104. Sorry, try again.
  105. [sudo] password for postgres:
  106. Sorry, try again.
  107. sudo: 3 fehlgeschlagene Anmeldeversuche
  108. postgres is not in the sudoers file. This incident will be reported.
  109. postgres@besiktas-Aspire-5670:~$ \q
  110. q: Befehl nicht gefunden.
  111. postgres@besiktas-Aspire-5670:~$ createuser -d -P kivitendo
  112. Enter password for new role:
  113. Enter it again:
  114. Shall the new role be a superuser? (y/n) n
  115. Shall the new role be allowed to create more new roles? (y/n) n
  116. createuser: creation of new role failed: ERROR: role "kivitendo" already exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement