[quote name=‘Unregistered’]Am I missing something? I’ve downloaded the .zip files to my hard drive. Now what?[/QUOTE]
Now do what it says in the INSTALL file. If you can’t open it, just rename it to install.txt.
Oh, what the hell, I’ll quote it here:
CS-Cart Installation Instructions
---------------------------------
- Uncompress the CS-Cart distribution archive anywhere inside your web tree. On Unix-based server with terminal access to it, you can do it using the following command: tar -xzvf cscart_vX.X.tgz or gunzip < cscart_vX.X.tgz | tar -xvf -
- Go to the CS-Cart installation directory and change file access permissions. On Unix-based server with terminal access to it you can do it using the following commands:
chmod 777
chmod 777 admin.php
chmod 777 config.php
chmod 777 index.php
chmod 777 image.php
chmod -R 777 var
chmod -R 777 images
- Open in your browser CS-Cart Installation Wizard at the following URL: http://www.yoursite.com/cscart_dir/install.php. Then follow the instructions provided by the Installation Wizard.
- Finally you should setup proper permissions to protect files from writing. On Unix-based server with terminal access to it you can do it using the following commands:
chmod 644 config.php
chmod 755
-
-
-
-
-
- +
Please use the following username and password to access administrator backend:
username: admin
password: admin
ATTENTION! You must change default administrator password to prevent unauthorized access.
- +
-
-
-
-