Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 1: add this to a /etc/apt/sources.list.d/koha.list file:
  2. deb http://debian.koha-community.org/koha squeeze main
  3.  
  4. 2. wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
  5.  
  6. 3: add in /etc/apt/sources.list:
  7. deb ftp://ftp.debian.org/debian/ squeeze main
  8. dev-src ftp://ftp.debian.org/debian/ squeeze main
  9.  
  10. 4. apt-get update
  11.  
  12. 5. apt-get install koha-common
  13.  
  14. 6: Did apt-get install mysql-server
  15.  
  16. 7: a2enmod rewrite
  17.  
  18. 8: /etc/init.d/apache2 restart
  19.  
  20. 9: koha-create --create-db aridlib
  21.  
  22. 10. koha-mysql instancename < databasedump.sql and koha-rebuild-zebra -f instancename
  23.  
  24. 11: add Listen 8080 in apache config
  25.  
  26. 11. a2dissite default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement