Line 1: |
Line 1: |
| http://wiki.contribs.org/SME_Server:Documentation:QA:Verification | | http://wiki.contribs.org/SME_Server:Documentation:QA:Verification |
| + | |
| + | ==== installation ==== |
| | | |
| in the directory where you want to work | | in the directory where you want to work |
Line 23: |
Line 25: |
| | | |
| yum local install * | | yum local install * |
| + | |
| + | ==== configuration ==== |
| | | |
| {{note box|we must stop the deamon before every manual modifications of setting.json}} | | {{note box|we must stop the deamon before every manual modifications of setting.json}} |
Line 37: |
Line 41: |
| | | |
| /etc/init.d/transmission-daemon start | | /etc/init.d/transmission-daemon start |
| + | |
| + | ==== allow port in smefirewall ==== |
| | | |
| by default the transmission-deamon use the 51413 port for sharing with other computer so we have to authorize it in the sme firewall and after you may need to allow it in the nat configuration of your router if the upnp configuration does'nt work. | | by default the transmission-deamon use the 51413 port for sharing with other computer so we have to authorize it in the sme firewall and after you may need to allow it in the nat configuration of your router if the upnp configuration does'nt work. |
Line 47: |
Line 53: |
| {{tip box|After that if you go to the menu "Edit Preferences/network you can verify if the port is "open"}} | | {{tip box|After that if you go to the menu "Edit Preferences/network you can verify if the port is "open"}} |
| | | |
| + | ==== runlevel7 ==== |
| if you restart your computer you can experiment that the service is not started because there is no link to rc.7d, so you have to do this command line to allow transmission deamon operate in runlevel 7. | | if you restart your computer you can experiment that the service is not started because there is no link to rc.7d, so you have to do this command line to allow transmission deamon operate in runlevel 7. |
| | | |
| ln -s /etc/init.d/transmission-daemon /etc/rc.d/rc7.d/S99transmission-daemon | | ln -s /etc/init.d/transmission-daemon /etc/rc.d/rc7.d/S99transmission-daemon |
| | | |
| + | ==== play with transmission ==== |
| now you are able to use transmission deamon with this url in the web browser http://your-ip-sme:9091 | | now you are able to use transmission deamon with this url in the web browser http://your-ip-sme:9091 |