Setting up IDE's, MYSQL on Linux Machine

Hi guys , 
i think you done with jdk ,its paths, actually i told about tomcat server before this, but that step comes after IDE installation.Oh! ok, IDE not yet installed?, no problem lets see how can we do this.
which IDE it depends on you and your project , how flexible u and your project is.

 > Lets see how to install Net-beans on your Linux Machine.
     here is your simplest way to install
     Go to this site _ 
     http://netbeans.org/downloads/index.html 
 
 
you ll see this screen. 
ok based on your project requirement  select it.
and don't forget to select your "IDE language" and "Platform". There is Download button just click on it. you ll get .sh file. 
you download it means almost done.

>next step 
1 . Open Terminal window.
2 . Go to the directory in which your Netbeans.sh file which you downloaded few minutes before is saved
3 . And Write this easy and magical command in it


                     sh netbeans-7.1.sh                                                

(u have to write your net-beans file name which you downloaded with extension)

and your installation will start . On the first page of your Downloading instruction don't just directly click next. There will be a “customize” button . Click on it and Select server you want, i selected “Apache Tomcat Server” and install Net beans by closing your eyes(Bindhass) .
  
-------------------------------------------------------------------------------------

>> Now next is How install the MySQL client , server and admin
      here is three simple commands which we ll use in terminal

First is to install MySQL-server 

            sudo apt-get install mysql-server                              

in the terminal once or twice to answer yes/no and enter the password for ur MySQL. just enter a password which you want and fit it in your mind don't forget it.

Second is MySQL-client

             sudo apt-get install mysql-client                               
 

 And after this  installation write the third command . If you want a graphical tool MySQL Query Browser to make , create , edit and delete your databases then follow the third command
Third is for MySQL-admin


             sudo apt-get install mysql-admin                               


And here you completed both installation. yuppie.
Njoy Linux / Java , and share it.

Do your best. 

Comments

Popular posts from this blog

Setting up/Install JDK in Ubuntu/Linux

Set JAVA_HOME / PATH variables In Linux OS

SQLite Setup on Windows