Hi Cakes..
ಅರ್ಜುನ್ ಅರಸ್
Here I go with the steps to Install Eclipse Galilio + PHPEclipse + SVN onto your Ubuntu machine..
————————————————————————————————————
Lets start with Eclipse Installation:
Login as Root user and update the package repository info by this command: root@root:~# apt-get update (or) root@root:~#aptitude update
After updating, root@root:~# aptitude show eclipse will give you the Eclipse package which you are gonna install..
Then use this command to Install Eclipse Galileo:
root@root:~# aptitude install eclipse
This finishes the Eclipse Installation.
————————————————————————————————————
Lets begin to Install PHPEclipse plugin on Eclipse..
Go to Applications->programming->eclipse
Inside Eclipse, select from the menu Help->Install New Softwares
Click on Add, and insert these Info:
Name: PHPEclipse
Now click on Next, select the items to be installed and Finish.
After Installing PHPEclipse, restart your eclipse to view the changes.
————————————————————————————————————
Now coming to SVN plugin:
Inside Eclipse, select from the menu Help->Install New Softwares
Click on Add, and insert these Info:
Name: Subversion
Now click on Next, select the items to be installed and Finish.
After Installing Subversion, restart your eclipse to view the changes.
————————————————————————————————————
While apt-get update, If you encounter any Lock Error, make sure you are logged in as root and no other apt-get process are running.
To kill other apt-get process, Use this command:
root@root:~# sudo killall apt-get
————————————
Hope this helps..:)
ಅರ್ಜುನ್ ಅರಸ್
No comments:
Post a Comment