Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install Aptana Studio 3.6 on Windows

I'd like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide's up and running (like git/ruby/jdk) and I'd like to install Aptana Studio as well but I can't. After downloading and running installer, it starts properly and after I choose destination dir, it starts downloading prequisities. I have several problems with it:

  1. After a while, it tries to install node.js (well, I am not sure why, but let it be) and sometimes it installs it ok, but sometimes it just fails with no error, telling me only that aptana couldn't install prequisities.
  2. If by a chance node.js is installed, it tries to install msysgit (again, I don't know why, because I have git installed and added to PATH). When installing msysgit is done, all i get is info that "installing msysgit failed" and all I can do is click finish in installer which is telling me that prequisities couldn't be installed.

I am using Win7 x64, ruby 1.9.3p-545, msysgit 1.8.4, jdk 1.7. Does anyone had simmilar problem and succesfully installed this ide?

like image 715
Filip Zymek Avatar asked Aug 26 '14 20:08

Filip Zymek


3 Answers

Installing Aptana Studio in passive mode bypasses the installation of Git for Windows and Node.js.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(I am unsure whether Aptana Studio will work properly without those "prerequisites", but it appears to.)

If you want a global installation in a specific directory, the command line is

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:\apps\AptanaStudio
like image 64
Harry Johnston Avatar answered Nov 08 '22 20:11

Harry Johnston


I had the same problem. I solved by installing NodeJS from this link: http://go.aptana.com/installer_nodejs_windows and Git latest version from https://git-scm.com/downloads.

Finally I was able to run the Aptana installer with no problems.

like image 58
Orejano Avatar answered Nov 08 '22 20:11

Orejano


I have some issue, the fix is:

  1. Uninstall any nodejs version.
  2. Install https://nodejs.org/dist/v0.10.36/x64/node-v0.10.36-x64.msi.
  3. Install Aptana.
  4. Code...

greetings!

like image 21
José Miguel Flores Huillcahua Avatar answered Nov 08 '22 21:11

José Miguel Flores Huillcahua