Advertisement
scriptz-team

[SERVER] iNSTALL SABNZBD ON CENTOS 5.8

Aug 17th, 2012
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. _____ _____ _ _____ _____ _____ _____ _____ _____
  2. ___| | __ |_| _ |_ _|___ ___|_ _| __| _ | |
  3. |_ -| --| -| | __| | | |- _|___| | | | __| | | | |
  4. |___|_____|__|__|_|__| |_| |___| |_| |_____|__|__|_|_|_|
  5. |s C R i P T z - T E A M . i N F O|████████████████████████████
  6.  
  7. - iNfO -
  8.  
  9. [SERVER] iNSTALL SABNZBD ON CENTOS 5.8
  10.  
  11. - NOtIcE -
  12.  
  13. wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
  14. rpm -ivh epel-release-5-4.noarch.rpm
  15. yum install python26
  16.  
  17. Required compiler stuff:
  18.  
  19. yum install gcc gcc-c++
  20.  
  21. Other required components:
  22.  
  23. yum install par2cmdline unrar
  24.  
  25. Everything else will need to be installed manually into Python 2.6
  26. All links are valid at time of writing, however you may need to correct them when later versions are released.
  27.  
  28. PyOpenSSL - Source package from http://pypi.python.org/pypi/pyOpenSSL
  29.  
  30. wget http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz
  31. tar zxf pyOpenSSL-0.10.tar.gz
  32. cd pyOpenSSL-0.10
  33. python26 setup.py install
  34. cd ..
  35.  
  36. Cheetah - Latest source package from http://pypi.python.org/pypi/Cheetah
  37.  
  38. wget http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.2.1.tar.gz
  39. tar zxf Cheetah-2.4.2.1.tar.gz
  40. cd Cheetah-2.4.2.1
  41. python26 setup.py install
  42. cd ..
  43.  
  44. yEnc - Currently provided by SABnzbd SourceForge hosting
  45.  
  46. wget http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz
  47. tar zxf yenc-0.3.tar.gz
  48. cd yenc-0.3
  49. python26 setup.py install
  50. cd ..
  51.  
  52. SABnzbd itself - Source package from http://sabnzbd.org/download/
  53.  
  54. wget http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/sabnzbd-0.6.15/SABnzbd-0.6.15-src.tar.gz/download
  55. tar zxf SABnzbd-0.6.15-src.tar.gz
  56. cd SABnzbd-0.6.15
  57. python26 -OO SABnzbd.py -v
  58. cd ..
  59.  
  60. Start it - SABnzbd can be started with:
  61.  
  62. python26 SABnzbd-0.6.15/SABnzbd.py -s 0.0.0.0:8080
  63.  
  64. Then go to SERVER_IP:8080 and setup it and start using it :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement