====== Download XAMPP ====== [[http://www.apachefriends.org/en/xampp.html|XAMPP]] is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start. ====== Install XAMPP ====== # tar xvfz xampp-linux-1.5.4.tar.gz -C /opt XAMPP is now installed in the /opt/lampp directory. ===== Enable Oracle support (Optional)===== * [[http://www.oracle.com/technology/tech/oci/instantclient/index.html|Download]] and install the Oracle Instant Client * To enable the oci8 support in XAMPP execute the command below: /opt/lampp/lampp oci8 ====== Install Ortro ====== See [[how_install|Install Ortro]] ====== Start XAMPP ====== # /opt/lampp/lampp start Enjoy!!! :-)