[PL] - Xampp

Proposer et présenter de nouvelles applications qui pourraient être intégrées
Règles du forum
¤ Règles pour les propositions d'applications.
¤ Les liens directs de téléchargement sont interdits et seront supprimés sans préavis.
7 messages • Page 1 sur 1

[PL] - Xampp

Messagede Maniac » 25 Mai 2009, 10:52

[img size=150]http://www.apachefriends.org/images/1238.jpg[/img]

Langues : Anglais, Français, Allemand, Portugais ....
Compatibilité : 2000, 2003, XP et Vista

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.


Inclus les produits suivants :
  • Apache HTTPD 2.2.11 + Openssl 0.9.8i
  • MySQL 5.1.33
  • PHP 5.2.9
  • phpMyAdmin 3.1.3.1
  • XAMPP CLI Bundle 1.3
  • FileZilla FTP Server 0.9.31
  • Mercury Mail Transport System 4.62
  • Webalizer 2.01-10
  • SQLite 2.8.15
  • ADODB 5.06a
  • Zend Optimizer 3.3.0
  • eAccelerator 0.9.5.3
  • XAMPP Security
  • Ming

Possibilité de rajouter les extensions suivantes :
  • Perl 5.10.0 (no ActivePerl)
  • mod_perl 2.0.4et / ou
  • Tomcat 6.0.18
  • mod_jk 1.2.27


Avantages : Probablement un des environnement Web les plus complets (Gestion des serveurs FTP/ Messagerie ...
Inconvenients : Peut-être trop complet ... :D il existe une version Lite ne contenant que les produits suivants :

XAMPP Lite is a very reduced version of XAMPP with Apache 2.2.11 + PHP 5.2.9 + MySQL 5.1.33 + phpMyAdmin 3.1.3.1 + OpenSSL 0.9.8i + SQLite 2.8.15 + XAMPP Control Panel 2.5 + XAMPP CLI Bundle 1.3. For lovers! For the lite versions exist no upgrades or addons. XAMPP Lite is an only "Take-Run-Delete-Forget-it" package.


Test multi-antivirus :
Xampp Lite : Virus Total
Xampp : Non testé car fichier trop volumineux
Xampp Add-on Perl: Virus Total
Xampp Add-on Tomcat: Virus Total

Non testé avec les autres solutions car les fichiers sont trop volumineux


Le site : http://www.apachefriends.org/
Page de téléchargement : http://www.apachefriends.org/fr/xampp-windows.html
Licence :
XAMPP is a compilation of free software (comparable to a Linux distribution), it's free of charge and it's free to copy under the terms of the GNU General Public License. But it is only the compilation of XAMPP that is published under GPL. Please check every single license of the contained products to get an overview of what is, and what isn't, allowed.

In the case of commercial use please take a look at the product licenses (especially MySQL), from the XAMPP point of view commercial use is also free.




Voila !

Je reste à votre disposition pour de plus amples renseignement
Avatar de l’utilisateur
Maniac
Fresh Boarder
Fresh Boarder
 
Messages: 4
Inscription: 13 Mai 2009, 08:47

Re:[PL] - Xampp

Messagede FraboRaK » 25 Mai 2009, 11:09

portable ? licence ?
Avatar de l’utilisateur
FraboRaK
Gold Boarder
Gold Boarder
 
Messages: 1133
Inscription: 26 Novembre 2007, 12:28
Localisation: chez moi

Re:[PL] - Xampp

Messagede Maniac » 25 Mai 2009, 12:18

Concernant la portabilité :

L'outil est dispo sous plusieurs formes !

- un fichier d'installation pour chaque module (principal et add-ons)
- un fichier zip pour chaque module (principal et add-ons)
- un fichier auto-extractible pour chaque module (principal et add-ons)

Pour la partie installation il faut bien evidemment être administrateur du poste
Pour les autres, il n'y a pas de contrainte particulière.

Les différents outils peuvent être lancé en mode Service (Admin)

Sur le lien de téléchargement fourni plus haut, les notices d'installations sont indiquées

Question 3: Can I move the XAMPP installation?
Yes, but only if you installed it using the ZIP (z-zip) archive method. After moving the XAMPP package, you must execute the "setup-xampp.bat" to update all configuration files. In this case you can make a copy of XAMPP and put this in a directory somewhere. At last execute the "setup-xampp" and make your tests. Try it out.
If you installed with the Installer, then you must completely uninstall XAMPP and reinstall it at the new location. This is the only way to ensure that all changes made to the registry are cleaned up, and updated for the new location.
Avatar de l’utilisateur
Maniac
Fresh Boarder
Fresh Boarder
 
Messages: 4
Inscription: 13 Mai 2009, 08:47

Re:[PL] - Xampp

Messagede FraboRaK » 25 Mai 2009, 15:23

tu pourrais editer le fichier .bat et voir ce qu'il fait
mais a priori si un .bat le fait, liberky portabilizer le fait (et le defait !)

bon moi je me fou un peut de ce prog :blush: :blush: :blush:
mais je crois savoir que ça en interessait plus d'un (voir topic programmation)
Avatar de l’utilisateur
FraboRaK
Gold Boarder
Gold Boarder
 
Messages: 1133
Inscription: 26 Novembre 2007, 12:28
Localisation: chez moi

Re:[PL] - Xampp

Messagede Maniac » 26 Mai 2009, 08:09

Bonjour,

A mon avis, je pense effectivement que la Liberkey pourra simuler l'effet du fichier setup_xamp.bat dont voici le code :

Code: Tout sélectionner
@ECHO OFF

if "%1" == "sfx" (
    cd xampp
)
if exist phpphp.exe GOTO Normal
if not exist phpphp.exe GOTO Abort

:Abort
echo Sorry ... cannot find php cli!
echo Must abort these process!
pause
GOTO END

:Normal
set PHP_BIN=phpphp.exe
set CONFIG_PHP=installinstall.php
%PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
GOTO END

:END
pause


A priori, celui ci recherche la présence dans le repertoire de lancement si l'exécutable php.exe existe et si c'est le cas, crée les variables d'environnement.

J'ai effectivement posté ce produit en réponse à plusieurs demande vue sur le forum.
De plus je suis intéressé par la solution ! :D (et légérement faignant ! :D)

Mais je suis près à aider si besoin
Avatar de l’utilisateur
Maniac
Fresh Boarder
Fresh Boarder
 
Messages: 4
Inscription: 13 Mai 2009, 08:47

Re:[PL] - Xampp

Messagede PuPPeTm4st3r » 27 Mai 2009, 17:20

Bonjour,

y'a une compilation dans le même style

Server2Go 1.7.0 http://www.server2go-web.de

Main Features
Free! No royalties
Complete WAMPP Server-Stack
Runs directly from CD-ROM, USB Stick or Hard disk without installation
Full featured webserver (based on apache)
PHP 5.x support with many extensions installed (e.g. gd)
Supports SQLite databases
Runs on all versions of Windows from Win 98 and above, MAC OSX support is coming
Support for MySQL 5 Databases
Supports many PHP extensions (GD-Lib, PDO...) by default
Support for Perl 5.8
Image
Avatar de l’utilisateur
PuPPeTm4st3r
Junior Boarder
Junior Boarder
 
Messages: 70
Inscription: 18 Octobre 2008, 18:54
Localisation: Alsace/Mulhouse

Re:[PL] - Xampp

Messagede Maniac » 27 Mai 2009, 19:02

Effectivement !

Mais perso voila les point qui me chagrine :

- Correspond plutot à la version Lite de Xampp qui malgré tout me "semble" plus complete.
- Des developpements sont dédiés à ceux qui paient ! :( Contrairement à xampp ou le developpement et les décisions sont plus "communautaires"
- Une gestion (intégration Liberkey) moins aisée : il faut faire des "downgrade du produit pour utiliser certaines versions logicielles. Sur xampp tu peux par exemple switcher entre php4 et php5 avec un simple fichier batch !

License
Server2Go is Donationware. This means that you can download and use it for free and you don't have to pay any royalty charges when distributing an application on CD-ROM that uses Server2Go. But if you use it commercially or just want to say "thank you" you should donate to the project to help its further development. How to donate? Just take a look at the donation page. There are a lot of inexpensive ways of helping.

Every donor is given a user id and password with which he can download additional software that is not publicly available. Take a look at the Server2Go download page for more information about the VIP downloads


Sinon je ne l'ai pas essayé et je n'ai pas trop le temps mais why not !
Avatar de l’utilisateur
Maniac
Fresh Boarder
Fresh Boarder
 
Messages: 4
Inscription: 13 Mai 2009, 08:47


7 messages • Page 1 sur 1

Retourner vers Propositions d'applications

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 470 invités

cron