Xampp Joomla

broken image


  1. Xampp Joomla Free
  2. Install Joomla Xampp
  3. Xampp Joomla Download
  4. Localhost Joomla

From Joomla! Documentation

  • If you are using Windows, this folder could be located at C: XAMPP htdocs and If you are using a Mac, this folder could be located at /Applications/XAMPP. Then, create a new folder in 'htdocs' folder, for example, a new folder called 'Joomla4' then you put in the Joomla 4 installation unzipped file. 2.4 Create Database for Joomla.
  • 2.5 is the newest release with long term support. Instructions for installing Joomla! 2.5 can be found here. This tutorial describes how to install Joomla! Version 1.7.0 and 1.7.1, 1.7.2, 1.7.3, 1.7.4 under XAMPP version 1.7.3 on Windows XP. The procedure should be the same for other version combinations, but no guarantee is made.
  • Tutorial brought to you by you have joomla installed you can download our free template at http://www.joomlage.com/free-joomla-tem.
  • XAMPP is a free, self contained local server which includes Apache, MYSQL, PHP and more which you can install on a Windows computer or Mac and is great for installing and testing the quick start installer package we have available for download at the website before moving your website to your web hosting companies server.
This page is a translated version of the page XAMPP and the translation is 9% complete.

Installation for Windows is very simple. You can use the XAMPP installer executable (for example, 'xampp-windows-x64-7.4.4-0-VC15-installer.exe'). Detailed installation instructions for Windows are available here. If you are on Windows XP or 2003 they are not supported by the main package but there are compatible versions of XAMPP for these platforms listed on the download page (but you will only be able to run PH.

Deutsch • ‎English • ‎español • ‎français • ‎Bahasa Indonesia • ‎Nederlands • ‎Türkçe
  • 1Einleitung
    • 1.2Installation on Linux
    • 1.3Installation on Mac OS X

Einleitung

XAMPP ist ein einfach zu installierendes Paket, das den Apache-Webserver, PHP, XDEBUG und die MySQL-Datenbank zusammenfasst. Damit kann man die notwendige Arbeitsumgebung für den Betrieb von Joomla! auf einem lokalen Computer einrichten. Die aktuelle Version von XAMPP ist auf der XAMPP-Website zu finden. Downloads sind für Linux, Windows, Mac OS X und Solaris verfügbar. Bitte das Paket für die jeweilige Systemumgebung herunterladen.

Wichtiger Hinweis zu XAMPP und Skype: Apache und Skype verwenden beide den Port 80 für eingehende Verbindungen. Wenn Sie Skype verwenden, gehen Sie in das Fenster „Tools-Options-Advanced-Connection' und deaktivieren Sie die Option „Use 80 and 443 as alternatives for incoming connections'. Wenn der Apache als Dienst gestartet wird, wird er Port 80 benutzen, bevor Skype startet und es wird kein Problem auftreten. Deaktivieren der Option in Skype ist trotzdem zu empfehlen.

Installation auf Windows

Die Installation für Windows ist sehr einfach. Man kann das XAMPP-Installationsprogramm verwenden (z.B. „xampp-windows-x64-8.0.0-3-VS16-installer.exe'). Eine ausführliche Installationsanleitung für Windows ist hier verfügbar.

If you are on Windows XP or 2003 they are not supported by the main package but there are compatible versions of XAMPP for these platforms listed on the download page (but you will only be able to run PHP 5.4 or lower - and therefore will only be able to test Joomla 3.x and lower).

For Windows, it is recommended to install XAMPP in 'c:xampp' (not in 'c:program files'). If you do this, your Joomla! (and any other local web site folders) will go into the folder 'c:xampphtdocs'. (By convention, all web content goes under the 'htdocs' folder.)

If you have multiple http servers (like IIS) you can change the xampp listening port. In apacheconfhttpd.conf, modify the line Listen 80 to Listen [portnumber] (ex: 'Listen 8080').

Joomla Community Magazine Tutorial

You can find a detailed tutorial on installing XAMPP on Windows, along with the Joomla 4 Beta, the Joomla Patch Tester and Git in this Joomla Community Magazine article.


Installation on Linux

Install XAMPP

Open Terminal and enter:

(replace xampp-linux-1.7.7.tar.gz with the version of xammp you downloaded).It has been reported that the MYSQL database of xampp 1.7.4 does not work with Joomla 1.5.22

This installs ... Apache2, mysql and php5 as well as an ftp server.

and

starts/stops all the services

Test your XAMPP localhost server

Open your Browser and point it to

The index.php will redirect to

There you will find instructions on how to change default usernames/passwords. On a PC that does not serve files to the Internet or LAN then changing the defaults is a personal decision.

Get Joomla

Download the latest Joomla instalation zip [1]

Unzip to your hard drive

Connect to localhost with an FTP client Default

Create a folder for your Joomla on the localhost server

FTP the unpacked Joomla installation files to the newly created Joomla folder.

Important:

  • The xammp installation sets the correct Ownership of the files and permissions.
  • Using the CHOWN command will cause Ownership problems with xampp.
  • Using nautilus to manipulate folders/files on localhost will cause Ownership problems with xampp.

Database info

Host

Default Database name

Default Database user

There is no default Password.

Administrator password is your choice.

Installing Sample Data is recommended for the novice user.

After installation delete the installation directory and point your Browser to:

or

Creating a link in the Ubuntu menu

To create a GUI for xammp connected to your Ubuntu menu

Open up the Terminal and type

Then copy the following into the gedit and save.

If the control panel fails to launch, try running the Exec command directly in the terminal:

If you receive the error:

Install the missing libraries:

XDebug PHP debugger

The XAMPP package for Linux does not includes the XDebug PHP debugger. To install XDebug on Debian or Ubuntu:

- Install the build-essential package:

Joomla

- Download the development package for your version of XAMPP and extract it over your existing installation:

- Build XDebug:

After this you will have following output on your console…

Then the output will be this.. please monitor the directory specified.

Create a folder in your temp folder that will holds the data file generated by XDebug:

Alternative installations:

Install using PHP extensions community library (PECL) bundled with xampp:

On Ubuntu/Debian you can install using:

(warning: this will also install Apache and PHP from apt repositories).

Warning for 64bit users

When compiling XDebug or installing via apt-get, you will receive an error when (re)starting xampp:

This is because xampp runs 32bit but XDebug is 64bit. To overcome this problem, either make xdebug.so on a 32bit machine or download it from:

Download the file: 'PHP Remote Debugging Client' for 'Linux (x86)'Extract the content of the file on your computer, this compressed file contains several folders with version numbers ex: 4.4, 5.0, 5.1 ... 5.3 and so forth, get in the folder with the higher version number or the one that works for you, then manually copy the file 'xdebug.so' to the following location, overwrite if needed

Remember this location could be different on your computer

Installation on Mac OS X

Mac OS X actually includes an Apache server out-of-the-box, but most developers will prefer to use the integrated tools and configurability provided by XAMPP.

As with most programs on Mac, installation is a breeze. Visit Apache Friends - Mac OS X for the universal binary download.

Once the file has finished downloading, just open the disk image, and drag the XAMPP folder to the 'Applications' folder alias.

To start the server, open 'XAMPP Control.app' and press the start button next to Apache.

A Little Troubleshooting

Xampp Joomla Free

Many Mac users have a little difficulty at this stage when trying to set up another instance of Apache on their machine. If you cannot start XAMPP's Apache, you have two options:
You can change the listening port of XAMPP. In ApplicationsXAMPPxamppfilesetchttpd.conf, modify the line that says, 'Listen 80' to Listen [portNumber]. E.g.:

Install Joomla Xampp

You can change the listening port of the pre-installed Apache server. In finder, go to '/etc' (CMD+SHIFT+G); from here you will be able to navigate through the normally hidden Apache files. Find the folder labeled Apache2, and edit the 'http.conf' file. Modify the line that says, 'Listen 80' to Listen [portNumber]. E.g.:

Note: If you choose to change the port of the pre-installed Apache server, you may need to restart your computer for changes to take effect. You will also have to authenticate as an administrator to change these files.

Test XAMPP Installation

Once XAMPP is installed and you have started the Apache service with the XAMPP Control Panel tool, you can test it by opening your browser and navigating to 'http://localhost'. You should see the XAMPP welcome screen similar to the one below.

Select the link called 'phpinfo()' in the top menu. This will display a long screen of information about the PHP configuration, as shown below.

Xampp Joomla Download

At this point, XAMPP is installed successfully. Notice the 'Loaded Configuration File'. We will be editing this file in the next section to configure XDebug.

Localhost Joomla

Retrieved from 'https://docs.joomla.org/index.php?title=XAMPP/de&oldid=778878'




broken image