Guest User

Untitled

a guest
Mar 21st, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Debian_Config
  2. --------------------
  3.  
  4. 1: add this to a /etc/apt/sources.list.d/koha.list file:
  5. deb http://debian.koha-community.org/koha squeeze main
  6.  
  7. 2. wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
  8.  
  9. 3: add in /etc/apt/sources.list:
  10. deb ftp://ftp.debian.org/debian/ squeeze main
  11. dev-src ftp://ftp.debian.org/debian/ squeeze main
  12.  
  13. 4. apt-get update
  14.  
  15. 5. apt-get install koha-common
  16.  
  17. 6: Did apt-get install mysql-server
  18.  
  19. 7: a2enmod rewrite
  20.  
  21. 8: /etc/init.d/apache2 restart
  22.  
  23. 9: koha-create --create-db aridlib
  24.  
  25. 10: Run web installer
Advertisement
Add Comment
Please, Sign In to add comment