Wednesday, October 22, 2008

Designing Web Applications using Open Source Softwares

Open source softwares are the best in creating amazing applications and it is no different when it comes to creating web applications. I design web applications out of my own interests. I design web applications only using open source softwares and only on open source OS Ubuntu Linux.

I have actually started working. First install Ubuntu Linux operating system on your desktop or laptop. Then connect it to the internet and install the LAMP (Linux Apache MySQL PHP) server. This is actually very simple.

Open your terminal and type

# sudo apt-get install apache2
# sudo apt-get install apache2
# sudo apt-get install apache2
# sudo apt-get install libapache2-mod-auth-mysql
# sudo apt-get install php5-mysql
# sudo apt-get install phpmyadmin

That's all now your done

# sudo /etc/init.d/apache2 restart

Now start designing amazing web applications like a pro.

To know more click here.

Krish.





No comments: