Posts

Showing posts with the label XAMPP

Joomla 1.7 installation with XAMPP problem solved

Image
Hi, Recently Joomla 1.7 was released and obviously that is an excellent product. And new features also added. If you need any guide regarding installation these articles may help you , I think. How to install and configure Joomla 1.6 with XAMPP on Ubuntu 11.04 Though this is Joomla 1.6, there are not different between installation of 1.6 and 1.7, So thought not to add a new post on it. How to install XAMPP on Linux (Ubuntu 11.04) How to run XAMPP server on Windows with a flash drive..(portable XAMPP) In Joomla installation on XAMPP some guys are talking Joomla is giving some errors with XAMPP. Actually they are not errors, they are warnings. Is the nature of the software to give warnings. In standalone software solutions we normally do something called "error handling", right!. We need to care about Errors but we don't need to care warnings too much. So simply we can ignore them. Now the problem arises, "how to turn off the warnings", I think now I have ent...

How to install and configure Joomla 1.6 with XAMPP on Ubuntu 11.04

Image
Hi, today I'm going to show you how to install Joomla 1.6 and configure it with XAMPP. Joomla is a nice open source software that allows you to create web pages easily. To getting start with Joomla first you need to install XAMPP on your computer. If you haven't install it yet, read my post about " How to install XAMPP on ubuntu 11.04 " and install it first. If you have already installed XAMPP, then download the newest version of Joomla or any Joomla version. Download Joomla 1.6 from here! After downloading the Joomla_1.6.3-Stable-Full_Package.zip file , copy it to the location File System-->opt-->lampp-->htdocs (/opt/lampp/htdocs). Then extract it and remove Joomla_1.6.3-Stable-Full_Package.zip Then rename the folder Joomla_1.6.3-Stable-Full_Package as joomla Then start XAMPP using command: sudo /opt/lampp/lampp start on terminal( clrt+T ). Now go to firefox and type http://localhost/joomla and enter. If everything works fine. The displaying page will l...

Some Useful important things about XAMMP for Linux

Hi, today I'll mention some important things on XAMPP. How to set XAMPP to start up programs (XAMPP will automatically starts with the computer starts) First login as root user Now press (Clrt+Alt+T) to open Terminal window then type sudo -s -H then enter this command, command: sudo ln -s /opt/lampp/lampp /etc/init.d/lampp                     sudo update-rc.d -f lampp defaults Uninstall XAMPP First login as root user. then use this on terminal, command: rm -rf /opt/lampp ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Start XAMPP command: /opt/lampp/lampp start Stop XAMPP command: /opt/lampp/lampp stop Stop and start XAMPP command: /opt/lampp/lampp restart Start only the Apache command: /opt/lampp/lampp startapache Start the Apache SSL support command: /opt/lampp/lampp startssl Start only the MySQL database command: /opt/lampp/lampp sta...

How to install XAMPP on Linux (Ubuntu 11.04) Part #2

Image
Ok this is the second part of the previous post.If you haven't read the first part " How to install XAMPP on Linux (Ubuntu 11.04) " please read it before come to this :D . Today I'll tell you how to configure MySQL databases (phpMyAdmin). Because config.inc.php is not set to your Linux username so,you are not still allowed to goto the phpMyadmin page. First you should get open the terminal and login as root user. Now press (Clrt+Alt+T) to open Terminal window then type sudo -s -H command: cd /opt/lampp/phpmyadmin Now you are in the phpmyadmin directory, you need to change the ownership of the file config.inc.php to your own Linux username. command:chown your_user_name : your_user_name config.inc.php Ok now there is one thing to do.That's Configure Linux XAMPP Security In this case too you need to login as root user(only if already logout).Now lets set up the security. command: /opt/lampp/lampp security Then the terminal will be ask some questions , type " ...

How to install XAMPP on Linux (Ubuntu 11.04)

Image
Hi, this is my second post.In first post I mentioned about how to run & configure XAMPP on windows computer . XAMPP may be the best server to PHP. Now its time to move into Linux. Currently I'm using Ubuntu 11.04 Natty Narwhal edition. Based on that I'll show you how to install XAMPP on Linux OS. Earlier day the Linux version of XAMPP called as LAMPP. But it comes as XAMPP with more improvements. Ok, First of all you need to download the XAMPP for Linux form Apachi Friends. here is the link for it : http://www.apachefriends.org/en/xampp-linux.html Before installation , its better to have a MD5 check.To do that you need to login as root user. 1) Now press (Clrt+Alt+T) to open Terminal window then type sudo -s -H it will ask your password after that 2) type md5sum xampp-linux-1.7.4.tar.gz the displaying MD5 should be 7d83c9829d8c79d43ea607e5b009dc58 3) Now you should extract the downloaded archive file to /pot directory command: tar xvfz xampp-linux-1.7.4.tar.gz -C /opt Y...

How to run XAMPP server on Windows with a flash drive..(portable XAMPP)

Image
Hi, First of all I'd like to say welcome you all to my site.. This is my first post. . The reason that I decided to write this post, recently I came across some difficulties when I  try to run PHP scripts on a computer that I haven't administrative privileges to install any software. Anyway I think I will help you too.. First of all you need to download XAMPP for windows as 7zip archive from Apache Friends. here is the link : http://www.apachefriends.org/en/xampp-windows.html Welcome to Xampp with PHP! To have php programming with this portable version of XAMPP extract 7zip archive into a flash drive( pen drive ) 1)first open your pen drive 2)open xampp folder 3)"run" setup_xampp.bat 4)then automatically command prompt open & wait until it says "press any key to continue......." 5)But if run this on second time any other computer the message will be said "Refresh previous installation press 1 "then press 1 and then it will be said "press a...