Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
hellaworld [Le 18/10/2007, 19:03] 88.174.226.60hellaworld [Le 15/08/2023, 10:24] (Version actuelle) – ajout tag à supprimer car projet abandonné et n'est plus obtenable Amiralgaby
Ligne 1: Ligne 1:
 +{{tag>À_SUPPRIMER}}
 +----
 ====== HELLAWORLD ====== ====== HELLAWORLD ======
 +<note warning>projet mort ou ressusciter ?</note>
  
  
 ===== INTRODUCTION ===== ===== INTRODUCTION =====
  
-HellaWorld est une interface web en PHP pour [[HellaNZB]]+HellaWorld est une interface web en PHP pour [[HellaNZB]].
  
-===== 1. PREREQUIS =====+ 
 +===== PRE-REQUIS =====
  
 [[http://trac.cheezyblog.net/wiki/HellaWorldRequirements]] [[http://trac.cheezyblog.net/wiki/HellaWorldRequirements]]
Ligne 16: Ligne 20:
 Voir les documentations [[lamp]] et [[lamp_bis]] pour l'installation d'apache et de PHP. Voir les documentations [[lamp]] et [[lamp_bis]] pour l'installation d'apache et de PHP.
  
-===== 2. INSTALLATION =====+===== INSTALLATION =====
  
 ==== Depuis l'archive tar.gz ==== ==== Depuis l'archive tar.gz ====
-<code>cd /var/www/ # se placer dans le repertoire usuel pour les sites apaches+<code>cd /var/www/ # se placer dans le répertoire usuel pour les sites apaches
 wget http://cheezyblog.net/wp-content/uploads/2007/04/hellaworld-1.8.tar.gz # Télécharger l'archive wget http://cheezyblog.net/wp-content/uploads/2007/04/hellaworld-1.8.tar.gz # Télécharger l'archive
 tar xvf hellaworld-1.8.tar.gz # Décompresser l'archive tar xvf hellaworld-1.8.tar.gz # Décompresser l'archive
Ligne 25: Ligne 29:
  
  
-==== Depuis subversion ==== + 
-<code>cd /var/www/ # se placer dans le repertoire usuel pour les sites apaches+==== Depuis subversion (pour avoir la dernière version -en dev-)==== 
 +<code>cd /var/www/ # se placer dans le répertoire usuel pour les sites apaches
 mkdir hellaworld # creation d'un repertoire hellaworld mkdir hellaworld # creation d'un repertoire hellaworld
 svn co http://svn.cheezyblog.net/hellaworld/trunk/ hellaworld # Se connecter au serveur SVN et rappatrier les données dans le repertoire hellaworld svn co http://svn.cheezyblog.net/hellaworld/trunk/ hellaworld # Se connecter au serveur SVN et rappatrier les données dans le repertoire hellaworld
 mv config-sample.php config.php # Renommer le fichier de configuration</code> mv config-sample.php config.php # Renommer le fichier de configuration</code>
  
-===== 3. CONFIGURATION =====+ 
 +===== CONFIGURATION =====
  
 Editer et adapter le config.php en fonction de votre configuration hellanzb. Editer et adapter le config.php en fonction de votre configuration hellanzb.
 <code> <code>
         $config = array(         $config = array(
-                'host'                  =>      'localhost',    // The address H                                             ellaNZB is running on. +                'host'                  =>      'localhost',    // The address HellaNZB is running on. 
-                'port'                  =>      '8760',                 // The p                                             ort HellaNZB is listening on. +                'port'                  =>      '8760',                 // The port HellaNZB is listening on. 
-                'username'              =>      'hellanzb',             // This                                              is usually hardcoded as hellanzb and shouldnt need changing +                'username'              =>      'hellanzb',             // This                    is usually hardcoded as hellanzb and shouldnt need changing 
-                'password'              =>      'changeme',             // The p                                             assword specified in hellanzb.conf+                'password'              =>      'changeme',             // The password specified in hellanzb.conf
                 'showfinished'  =>      true,                   // Show finished                                              items, see README for details                 'showfinished'  =>      true,                   // Show finished                                              items, see README for details
-                'language'              =>      'en_GB',                // The l                                             anguage code HellaWorld should use+                'language'              =>      'en_GB',                // The language code HellaWorld should use
         );         );
 </code> </code>
-Laisser par défaut votre installation hellanzb n'a pas été personnalisée.+Laisser par défaut si votre installation hellanzb n'a pas été personnalisée.
  
-===== 4. CONCLUSION ===== 
  
-Vous pouvez maintenant vous rendre sur votre interface HellaWorld pour télécharger sur les serveurs usenet binaires de façon plus aisée.+===== CONCLUSION ===== 
 + 
 +Après avoir configuré/démarré HellanNZB et Apache, vous pouvez vous rendre sur votre interface HellaWorld pour télécharger sur les serveurs usenet binaires de façon plus aisée.
  
 Vous avez la possibilité d'ajouter un téléchargement par l'ID ou l'URL du NZB Newzbin. Vous avez la possibilité d'ajouter un téléchargement par l'ID ou l'URL du NZB Newzbin.
Ligne 55: Ligne 62:
  
 Site officiel : http://cheezyblog.net/software/hellaworld/ Site officiel : http://cheezyblog.net/software/hellaworld/
 +
 +----
 +//Contributeurs: [[:utilisateurs:franco12]].//