Script Bash Installation rutorrent

Script Bash Installation rutorrent - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 27-10-2013 à 16:56:10    

Bonjour à tous,
 
Actuellement Étudiant, je suis sur un projet avec les cours et j'aurais besoin de faire plusieurs script d'installation comme rutorrent, transmission, OpenVpn, etc... sur Debian Squeeze mais tous séparément le problème ce que je pense avoir la base du script sauf que certaines commandes nécessite l'ajout ou la modification d'une ligne dans un fichier existant  
 

Citation :

Exemple :
 
dans /etc/apt/sources.list
 
je dois ajouter à la fin : -deb http://ftp2.fr.debian.org/debian/ wheezy main non-free  
                                -deb-src http://ftp2.fr.debian.org/debian/ wheezy main non-free
 
Je dois aussi modifier dans : /var/www/rutorrent/plugins/create/conf.php
 
$useExternal =  
$pathToCreatetorrent =

 
par $useExternal = "buildtorrent";
     $pathToCreatetorrent = '/usr/bin/buildtorrent';


 
Merci d'avance pour votre aide
 
Voici une partie de mon script
 

Citation :

#! /bin/bash
nano /etc/apt/sources.list
deb http://ftp2.fr.debian.org/debian/ wheezy main non-free  
# AJOUTER A LA FIN
deb-src http://ftp2.fr.debian.org/debian/ wheezy main non-free  
# AJOUTER A LA FIN
aptitude update
aptitude safe-upgrade -y
aptitude install -y vsftpd htop rar zip build-essential pkg-config libcurl4-openssl-dev libsigc++-2.0-dev libncurses5-dev lighttpd nano screen subversion libterm-readline-gnu-perl php5-cgi apache2-utils libcurl3 curl php5-curl php5-cli dtach unzip unrar ffmpeg
 
# Installation de libtorrent 0.13.2
cd /tmp
wget http://libtorrent.rakshasa.no/down [...] 3.2.tar.gz  
# VERIFIEZ LA VERSION http://libtorrent.rakshasa.no/
tar zxfv libtorrent-0.13.2.tar.gz
cd libtorrent-0.13.2
./configure
make
make install
 
# Installation de XML RPC par le SVN
cd /tmp
svn checkout http://svn.code.sf.net/p/xmlrpc-c/code/stable xmlrpc-c
cd xmlrpc-c/
./configure
make
make install
 
# Installation de rTorrent 0.9.2
cd /tmp
wget http://libtorrent.rakshasa.no/down [...] 9.2.tar.gz
tar zxfv rtorrent-0.9.2.tar.gz
cd rtorrent-0.9.2
./configure --with-xmlrpc-c
make
make install
 
# Installation de rutorrent
cd /var/www/
svn checkout http://rutorrent.googlecode.com/svn/trunk/rutorrent/
 
# Installation des plugins
cd rutorrent
rm -R plugins
svn checkout http://rutorrent.googlecode.com/svn/trunk/plugins/

Reply

Marsh Posté le 27-10-2013 à 16:56:10   

Reply

Marsh Posté le 27-10-2013 à 17:31:26    

1ère leçon: lire les règles de la catégorie.
De rien.


---------------
Relax. Take a deep breath !
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed