The script is from: http://transmissionseedbox.blogspot.co. ... tos-6.html
I basically added a few lines to the script to make it update to 2.77
For this script to work, you have to be in root.
Features:
Using the script:Update the system and install packages required by Transmission
Create a new user which will run transmission
Install a firewall (CSF) to ensure that the ports required by Transmission are open and unneeded ports are closed
Compile libevent from source, since the version in the CentOS repositories is not recent enough for Transmission
Update ldconfig and pkg-config configurations so that libevent libraries can be located
Compile Transmission 2.51 from source
Download and install an init script for the Transmission daemon
Edit Transmission configuration so that you can access it remotely using the username and password of your choosing
1. SSH into your CentOS system.
2. Type:
wget -O install-transmission.sh http://pastebin.com/download.php?i=8PH2DE4N
chmod u+x install-transmission.sh
./install-transmission.sh
Thats it!
Edit:Type in the username and password you desire, and then let the script run. It should take around 10-15 minutes if you are working from a base install since the script will install system updates and compile both Transmission and libevent (required to compile Transmission) from source. Be patient!
1. Updated Script to install transmission 2.77 from the start.
Disclaimer: I am not liable for anything that happens to your system and neither is the original author of the script. Thank you.