Page 1 of 1

Getting Started

PostPosted: Wed Jul 25, 2012 12:27 am
by schlicr
Hi everyone,

I'm treiing to get the thing run, but I think I've a serious understanding Problem.

So I followed up those instructions and when I'm run yourdomain.com/path/to/dataface/dataface_info.php it says that everything is working correctly.

So, the point I do not understand is, do I have to run any installer? If so, like Installer.php, it's asking me for User Credentials that I do not have. If I'm running setup.php I got the error "#!/usr/bin/php Cannot access this file through the browser" displayed.
So, please can anybody help me to clear my view on that?

As from other php applications I know that there are some configuration actions are required, like DB connects and so on. I' easyly missing that.

Thanks in advanced

Re: Getting Started

PostPosted: Wed Jul 25, 2012 12:07 pm
by shannah
The installer is asking for the MySQL root username and password on the localhost server. If your mysql is on a different server then you'll need to modify the installer.php file to use the correct host.

If you are having trouble with any of the automatic installation methods, my recommendation is to skip straight to the manual install. I always use the manual install anyways because it's so quick.

http://xataface.com/wiki/How_to_build_a ... es_of_code

-Steve