Page 1 of 1

I need help to run php file in XAMPP on ubuntu please

PostPosted: 05. June 2015 23:04
by k5r52003
I am new to this stuff and Im trying to set up a hadoop single node so I did install the following:
VSphere and ubuntu 14.10 and hadoop-2.6.0 and hbase-1.0.1.1 and thrift-0.9.2 and XaMPP 5.5.24 and php5.5.25
every thing is running ok but now how can I make php file run on XAMPP
I need example including any further configuration need to integrate thrift and hbase and xampp
thanks alot

Re: I need help to run php file in XAMPP on ubuntu please

PostPosted: 06. June 2015 10:50
by Nobbie
To run a PHP file in Xampp is pretty easy, simply put it into the htdocs folder (lets call it test.php) and enter http://localhost/test.php in your browser. But as far as i could find out in the last few minutes (i dont know any of your other tools), Apache Hadoop etc. comes with an own server and i have no idea if you even need Xampp for your project.

Re: I need help to run php file in XAMPP on ubuntu please

PostPosted: 09. June 2015 00:40
by glitzi85
The stuff you are intending to use is quite far away from being "beginners choice". Are you using a script that requires that software or are you planning on writing your own Facebook-Clone?

Asking where to put an php file seems a rather strange question in combination with a distributed computing setup.