Installation preparation

Return to Introduction  Previous page  Next page

LiteCommerce ASPE installation is web-based. Before you can start the installation you must upload LiteCommerce ASPE distribution file to the server and unpack the distribution. The procedure is different for UNIX and Windows-based servers:

If your server is UNIX-based:

Upload LiteCommerce ASPE distribution to your server using FTP client of your choice.
Important:FTP client must be set to upload the files in the binary mode to ensure that binary files are not corrupted during the transfer.
Place the file in the desired location within your web space
Issue the following shell command:

gunzip < litecommerce-ASP-2.1-sp2.tgz | tar -xvf 

 

A new 'asp' directory will be created and the distribution will be unpacked into it.

If your server is Windows-based:

Unpack LiteCommerce ASPE distribution using WinZip or any other TAR-compatible archiver on your local computer.
Important:If you use WinZip to unpack the distribution files, make sure that 'TAR smart cr/lf conversion' option in' Configuration' -> 'Miscellaneous' menu is disabled in order to ensure that binary files are not corrupted while unpacking.
Upload the unpacked files to the server using FTP client of your choice. Place the files in the desired location within your web space.
Important:FTP client must be set upload the files in the binary mode to ensure that binary files are not corrupted while transfer.

 

Next you must set the necessary file permissions on uploaded distribution files:

If your server is UNIX-based: Go to the LiteCommerce ASPE directory on the server and issue the following shell or FTP commands to change file access permissions (for further details on changing file permissions, see 'man chmod' or your FTP client reference manual):

chmod 777 .

chmod 666 etc/config.php

chmod 777 classes/modules

chmod 755 bin/*

 

If your server is Windows-based: Use file management tools (Control Panel utility or other) supplied to you by your hosting provider to set the necessary permissions (you might want to consult your hosting provider for details on how to do this).The directory, where LiteCommerce was uploaded (upload directory), the 'classes/modules/' directory, the 'bin/' directory and 'etc/config.php' file must be configured to be readable, writeable and deletable by the owner user of the web server application. If you do not know how to do this on your server set-up, please consult our customer support for assistance. Finally, launch the browser and enter the URL of LiteCommerce ASPE Installation Wizard:

http://www.example.com/LC_ASPE_directory/install.php