XAAMP+ECLIPSE+JOOMLA
Dlaczego ludzie pozostają przeciętni ?
Bo poświęcają więcej czasu na rozrywkę i
uciekanie od rzeczywistości niż na
rozwijanie siebie i spełnianie swoich
marzeń.
Ubuntu - pomoc - strona 2
ECLIPSE konfiguracja pod JOOMLA!
http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development
Installation on Linux
Download the latest version available at the XAMPP web site. After downloading simply type in (if needed, substitute the name of your download file):
sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
To start XAMPP simply execute the command:
sudo /opt/lampp/lampp start
The XAMPP package for Linux does not includes the XDebug PHP debugger. To install XDebug on Debian or Ubuntu:
- Install the build-essential package:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install autoconf
- Download the development package for your version of XAMPP and extract it over your existing installation:
sudo tar xvfz xampp-linux-devel-1.7.2.tar.gz -C /opt
- Build XDebug:
wget http://xdebug.org/files/xdebug-2.0.5.tgz
tar xzf xdebug-2.0.5.tgz
cd xdebug-2.0.5/
/opt/lampp/bin/phpize
After this you will have following output on your console…
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
./configure --with-php-config=/opt/lampp/bin/php-config
make
sudo make install
Then the output will be this.. please monitor the directory specified.
Installing shared extensions: /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/
Create a folder in your temp folder that will holds the data file generated by XDebug:
sudo mkdir /opt/lampp/tmp/xdebug
sudo chmod a+rwx -R /opt/lampp/tmp/xdebug
Update
As of May 14, 2010 the php5-xdebug package installs version 2.0.5 of XDebug. If you need to install a more current version, you can uninstall the php5-xdebug package with:
sudo apt-get remove php5-xdebug
then use the following command to install the PECL installer:
sudo apt-get install php5-dev
and then run
sudo pecl install xdebug
Komentarze
Prześlij komentarz