Installing Aptana Jaxer on Ubuntu


Aptana Jaxer is a really interesting new way to speed up your ajax development.

Vote for PostgreSQL integration on this thread http://forums.aptana.com/viewtopic.php?t=7745 . Thanks

Install

  • Dependencies
    • Ubuntu 8.04 Desktop i386
sudo apt-get install firefox-3.0-dev firefox-dev
sudo ln -s /usr/lib/libexpat.so.1 /usr/lib/libexpat.so.0
  • Download Jaxer latest version from here
  • Unpack and copy it to /opt
  • Configure the Apache Module separating the LoadModule directive from the rest of the Aptana config file and enabling it.
sudo sh -c "grep '^LoadModule' /opt/AptanaJaxer/jaxer/confs/jaxer-linux.httpd.conf > /etc/apache2/mods-available/jaxer-linux.httpd.load"
sudo sh -c "grep -v '^LoadModule' /opt/AptanaJaxer/jaxer/confs/jaxer-linux.httpd.conf > /etc/apache2/mods-available/jaxer-linux.httpd.conf"
sudo a2enmod jaxer-linux.httpd
  • Start Jaxer Server
sudo JAXERBASE=/opt/AptanaJaxer /opt/AptanaJaxer/scripts/startJaxer.sh
  • Restart Apache
sudo invoke-rc.d apache2 restart

Test/Diagnostic


Deploy

  • Jaxer config file is in /opt/AptanaJaxer/local_jaxer/conf/JaxerManager.cfg ; use it to tune jaxer options such as logging, memory limit or anything related
  • Create an init.d script to start Jaxer before Apache2
  • Develop yuor ajax app

Tested Platforms

  • Aptana Jaxer 1.0.2.4347 on Ubuntu 8.04 (Hardy) x86_64 (xen-vm) Server (20090103)
  • Aptana Jaxer 1.0.2.4347 on Ubuntu 8.04 (Hardy) i686 Desktop (20090102)

Contact

  • Please report any problem/question to f.strappini [ at ] integrasoftware.it, thanks


Creative Commons License 

 
/home/integra/integra/www/dokuwiki/data/pages/tec/sis/pub/jaxer.txt · Ultima modifica: 2009/01/06 16:39 da f.strappini
 

Questo materiale è di proprietà della Integra S.r.l. alla quale sono riservati tutti i diritti; la sua riproduzione anche parziale senza autorizzazione scritta è vietata
Tutti i marchi ed i nomi citati sono depositati e/o registrati dai rispettivi proprietari.