|
Installation preparation |
|
|
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:
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:
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 |