Page 1 of 1

Install Application-Newbie

PostPosted: Fri Sep 14, 2012 7:41 am
by oneotaIT
I used the Xataface Installer to create an application. I downloaded the tar.gz file to manually upload to my server- but I don't know where to place it. Do I unpack it first and then how to access the application?

Thanks!

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 9:32 am
by shannah
If you have shell access then you can untar/zip it on the server. If you only have FTP access and your admin panel doesn't give you a feature to untar/zip on the server, then you'll need to extract it on your computer and upload the files individually.. could take a while.

Steve

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 9:39 am
by oneotaIT
Upacked the file in the xatabase directory. went to my domain/xataface/bulkproducts/index.php and told me I needed to make a templates_c folder. did that. now when I try to access it I get: Server Error. The website encountered an error while retrieving the domain It may be down for maintenance or configured incorrectly.

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 9:56 am
by shannah
Best advice is to read one of the manual pages. Check out:
http://xataface.com/wiki/about
or
http://xataface.com/wiki/How_to_build_a ... es_of_code
or
http://xataface.com/documentation/tutor ... pplication

Typically you don't want to place your application inside the xataface directory. You want to do it the other way around.

-Steve

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 10:04 am
by oneotaIT
Gotcha. That's what I thought.

I've read all of those manuals...all morning :)

When I put the Xataface files into my app directory- do I leave them in the xataface folder or paste them in without the xataface directory?

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 10:15 am
by shannah
I guess you're referring to this line:
Download the latest version of Xataface and copy it into your application directory that we just created. (i.e. myapp/xataface)


This means that you copy the xataface-1.3.2 directory into your application directory. In this example it has you renaming the directory to just "xataface".

So your structure will look something like:

Code: Select all
/path/to/myapp/
     +---- .htaccess
     +---- conf.ini
     +---- index.php
     +---- xataface/

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 10:20 am
by oneotaIT
Thanks. That is my exact setup and I'm still getting the server error. Hmmm.........

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 10:47 am
by shannah
Check your error log

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 10:52 am
by oneotaIT
No clue how to do that :(

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 11:11 am
by shannah
You can check the troubleshooting page for some tips on seeing some error output... but this may or may not work in your case.
http://xataface.com/wiki/Troubleshooting

Your error log is your friend. If you don't know where it is, then FIND IT! You can't do much with your web server without it.

Common locations are /var/log/httpd/error_log,
but many hosting services will provide the error log in other locations relative to your home directory. If you don't know where it is, then you need to find out from your host.

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 11:30 am
by oneotaIT
Thanks.

This is self hosted on a Synology Nas box. On a web host the error log is easy to find. This server-not much. Thanks. I'll do some digging.

Re: Install Application-Newbie

PostPosted: Fri Sep 14, 2012 11:49 am
by shannah
What version of PHP and MySQL does that server run? Is it running Apache or some other web server?