Advertisement
Guest User

Untitled

a guest
May 23rd, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. Habe kivitendo-erp-3.0.0.tgz runtergealden. Sudo dolphin ausgeführt, kivitendo-erp-3.0.0.tgz entpackt und auf /var/www verschoben.
  2.  
  3. Bin dann in den Ordner kivitendo-erp-3.0.0 mit dolphin rein gegangen. Und
  4.  
  5. ./scripts/installation_check.pl
  6.  
  7. Checking Required Modules:
  8. Looking for parent ....................................................... 0.225
  9. Looking for Archive::Zip 1.16 ............................................. 1.30
  10. Looking for Clone ......................................................... 0.31
  11. Looking for Config::Std .................................................... 0.9
  12. Looking for DateTime ...................................................... 0.78
  13. Looking for DBI 1.50 ..................................................... 1.622
  14. Looking for DBD::Pg 1.49 ................................................ 2.19.2
  15. Looking for Email::Address ............................................... 1.897
  16. Looking for Email::MIME .................................................. 1.911
  17. Looking for FCGI 0.72 ..................................................... 0.74
  18. Looking for JSON .......................................................... 2.53
  19. Looking for List::MoreUtils 0.21 .......................................... 0.33
  20. Looking for Params::Validate .............................................. 1.06
  21. Looking for PDF::API2 2.000 .............................................. 2.019
  22. Looking for Rose::Object ................................................. 0.859
  23. Looking for Rose::DB ..................................................... 0.769
  24. Looking for Rose::DB::Object ............................................. 0.801
  25. Looking for String::ShellQuote 1.01 ....................................... 1.03
  26. Looking for Sort::Naturally ............................................... 1.02
  27. Looking for Test::Harness 3.00 ............................................ 3.23
  28. Looking for Template 2.18 ................................................. 2.24
  29. Looking for Text::CSV_XS 0.23 ............................................. 0.95
  30. Looking for Text::Iconv 1.2 ................................................ 1.7
  31. Looking for URI 1.35 ...................................................... 1.60
  32. Looking for XML::Writer 0.602 ............................................ 0.615
  33. Looking for YAML 0.62 ..................................................... 0.62
  34.  
  35. Dann habe ich
  36.  
  37. apt-get install apache2 libarchive-zip-perl libclone-perl \
  38. > libconfig-std-perl libdatetime-perl libdbd-pg-perl libdbi-perl \
  39. > libemail-address-perl libemail-mime-perl libfcgi-perl libjson-perl \
  40. > liblist-moreutils-perl libnet-smtp-ssl-perl libnet-sslglue-perl \
  41. > libparams-validate-perl libpdf-api2-perl librose-db-object-perl \
  42. > librose-db-perl librose-object-perl libsort-naturally-perl \
  43. > libstring-shellquote-perl libtemplate-perl libtext-csv-xs-perl \
  44. > libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl \
  45. > postgresql
  46. Paketlisten werden gelesen... Fertig
  47. Abhängigkeitsbaum wird aufgebaut.
  48. Statusinformationen werden eingelesen.... Fertig
  49. apache2 ist schon die neueste Version.
  50. libarchive-zip-perl ist schon die neueste Version.
  51. libclone-perl ist schon die neueste Version.
  52. libdatetime-perl ist schon die neueste Version.
  53. libdbi-perl ist schon die neueste Version.
  54. libemail-address-perl ist schon die neueste Version.
  55. libjson-perl ist schon die neueste Version.
  56. liblist-moreutils-perl ist schon die neueste Version.
  57. libparams-validate-perl ist schon die neueste Version.
  58. libtemplate-perl ist schon die neueste Version.
  59. libtext-csv-xs-perl ist schon die neueste Version.
  60. libtext-iconv-perl ist schon die neueste Version.
  61. liburi-perl ist schon die neueste Version.
  62. libyaml-perl ist schon die neueste Version.
  63. postgresql ist schon die neueste Version.
  64. libconfig-std-perl ist schon die neueste Version.
  65. libdbd-pg-perl ist schon die neueste Version.
  66. libemail-mime-perl ist schon die neueste Version.
  67. libfcgi-perl ist schon die neueste Version.
  68. libnet-smtp-ssl-perl ist schon die neueste Version.
  69. libnet-sslglue-perl ist schon die neueste Version.
  70. libpdf-api2-perl ist schon die neueste Version.
  71. librose-db-object-perl ist schon die neueste Version.
  72. librose-db-perl ist schon die neueste Version.
  73. librose-object-perl ist schon die neueste Version.
  74. libsort-naturally-perl ist schon die neueste Version.
  75. libstring-shellquote-perl ist schon die neueste Version.
  76. libxml-writer-perl ist schon die neueste Version.
  77. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 81 nicht aktualisiert.
  78.  
  79. Dann
  80.  
  81. chown -R www-data users spool webdav
  82.  
  83. dann
  84.  
  85. chown www-data templates users
  86.  
  87. dann
  88.  
  89. cp config/kivitendo.conf.default config/kivitendo.conf
  90.  
  91. habe kivitendo.conf geöffnet und in [authentication]
  92. admin_password = xyz eingegeben
  93.  
  94. und in [authentication/database]
  95. password = xyz eingeben und gespeichert.
  96.  
  97. Dann
  98.  
  99. sudo su
  100. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# su postgres
  101. postgres@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0$ echo '\l' | psql
  102. List of databases
  103. Name | Owner | Encoding | Collate | Ctype | Access privileges
  104. -----------+----------+----------+-------------+-------------+-----------------------
  105. postgres | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
  106. template0 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres +
  107. | | | | | postgres=CTc/postgres
  108. template1 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres +
  109. | | | | | postgres=CTc/postgres
  110.  
  111. dann habe ich /etc/postgresql/9.1/main/postgresql.conf geöffnet und listen_addresses = 'localhost'
  112. über
  113. #listen_addresses = 'localhost' # what IP address(es) to listen on;
  114. eingetragen.
  115.  
  116. Dann habe ich in /etc/postgresql/9.1/main/pg_hba.conf
  117.  
  118. local all kivitendo password
  119. host all kivitendo 127.0.0.1 255.255.255.255 password
  120.  
  121. eins zu eins eingetragen.
  122.  
  123. Dann habe ich
  124.  
  125. sudo su
  126. root@besiktas-Aspire-5670:/var/www/kivitendo-erp-3.0.0# su - postgres
  127. postgres@besiktas-Aspire-5670:~$ psql template1
  128. psql (9.1.9)
  129. Type "help" for help.
  130.  
  131. template1=# create language 'plpgsql';
  132. ERROR: language "plpgsql" already exists
  133. template1=# \q
  134.  
  135. dann habe ich
  136.  
  137. createuser -d -P kivitendo
  138. Enter password for new role:
  139. Enter it again:
  140. Shall the new role be a superuser? (y/n) n
  141. Shall the new role be allowed to create more new roles? (y/n) n
  142. createuser: creation of new role failed: ERROR: role "kivitendo" already exists
  143.  
  144. Bei 2.6.1. Grundkonfiguration mittels CGI
  145. finde ich die httpd.conf nicht.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement