Menu

Web Installation

Athif

Install XAMPP

Download XAMPP Click Here
Run ./xampp-linux-x64-5.6.3-0-installer.run
Enter "Y" for all questions that appear during installation:

[root@localhost ~]# ./xampp-linux-x64-5.6.3-0-installer.run
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.

----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue.

XAMPP Core Files : Y (Cannot be edited)

XAMPP Developer Files [Y/n] :Y

Is the selection above correct? [Y/n]: Y

----------------------------------------------------------------------------
Installation Directory

XAMPP will be installed to /opt/lampp
Press [Enter] to continue:

----------------------------------------------------------------------------
Setup is now ready to begin installing XAMPP on your computer.

Do you want to continue? [Y/n]: Y

Once installation is successful, edit httpd-xampp.conf and comment the following lines:

Comment following

#<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
#        Require local
#       ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
#</LocationMatch>
Edit ajax.js and update the ip address in the following line to the installed machine ip
vim js/ajax.js
var baseURL = 'http://127.0.0.1/xaf/webapp/';

Install XAF CONFD

cd webapp/system_ipc/xaf_confd/
./setup.sh

Install XAF CLIENT

cd webapp/system_ipc/xaf_confc/
make
cp xaf_client /sbin/

Install XAF WEBAPP

cp -r xaf/ /opt/lampp/htdocs/
cd /opt/lampp/htdocs/xaf/
make
chown -R daemon /opt/lampp/htdocs/xaf/
chgrp -R daemon xaf/

Once all above are done, restart xampp using /opt/lampp/lampp restart