Monday, June 22, 2009

how to install xampp on ubuntu 9.04

  • extract file XAMPP tar.gz to directory opt with command tar xvfz xampp-linux-1.6.7.tar.gz -C /opt
  • ceck your dyrectory opt anda,is there any folfer like lampp at there, directory opt is in filesystem. XAMPP for linux = LAMPP.
  • now you have to start your lampp,with command /opt/lampp/lampp start
  • and then in your terminalis ,you can see list like this : Starting XAMPP for Linux 1.6.6... XAMPP: Starting Apache with SSL (and PHP5)... XAMPP: XAMPP-MySQL is already running. XAMPP: XAMPP-ProFTPD is already running. XAMPP for Linux started.. and now your xampp is already running
  • check in your browser and write http://localhost
  • create your database
  • XAMPP / LAMPP now working in your computer

0 comments: