Mon 29 Jun 2009
Mandriva – Eclipse – Aptana RadRails
Posted by kosmas under Mandriva, ruby on rails
[2] Comments
Problem
You want to do a new installation of Aptana RadRails IDE in Mandriva as an eclipse plugin.
Solution
- Install eclipse first (selecting openjdk when prompted):
sudo urpmi eclipse
- According to the instructions here take the following steps:
- From the Help menu in Eclipse, select Software Updates
- Select the Available Sotware tab
- Click the “Add Site..” button.
- Specify the Location Url update site: http://update.aptana.com/update/studio/3.4/ and click OK
- Select the checkbox next to the added update site.
- Click the install button.
- Complete instruction to install from update site and restart eclipse
- Go to ‘My Aptana’ page and then the ‘Plugins’ tab on the top
- Click on Aptana Rad Rails ‘Get It’ link and get through the next sequence of screens select ‘ok’.
- Restart Eclipse and RadRails should now be installed.
2 Responses to “ Mandriva – Eclipse – Aptana RadRails ”
Comments:
Leave a Reply
You must be logged in to post a comment.
July 28th, 2009 at 1:18 am
Aptana just released Studio 1.5, and the plug-in site has changed to: http://update.aptana.com/update/studio. You can also access plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!
July 28th, 2009 at 8:55 am
Thanks for the information Mari.