|
CallSite Server Installation |
||
|
Section: II. D. 2 Unpacking the archive file for Unix operating systemsThe CallSite archive file is provided in the standard gzipped tar archive (.tgz). You will use the standard Unix command tar to extract the archive. This archive has all the default permissions correctly set up as well. Copy
(or transfer via FTP) the CallSite distribution file to the root directory of
your Web site then unpack the archives; the command to do that will be as follows
in the sample setup (you should replace the directory name by the actual root
directory for your Web site):
which will create a directory named 'callsite' under your site's root directory, with the required files and subdirectories.The '-p' option is important - it ensures file permissions are set up correctly. (If you have already unpacked the CallSite archive under some other directory, or using some other set of options to the tar command, please repeat this step as instructed here, or file permissions won't be set up correctly, which can impede the correct functioning of the CallSite server.) Please Note: Make sure the directory under which you install CallSite is accessible by pointing a Web browser to a URL that corresponds to that directory; in the sample setup, for instance, the above directory is available at http://www.mydomain.com/callsite/. |
||