View Single Post
  #1 (permalink)  
Old 12-16-2003, 06:32 PM
kiran kiran is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via Yahoo to kiran
Default Easy steps to install iG Shop.

Hello Friends!
I found many people have problem with installation. Here are some simple steps for installation. Please note that I tried these steps on Linux and FreeBSD with PHP4.1.2. This works very fine. Image upload works, but not satisfactory.

Some features of iG Shop will not work on SAFE_MODE=ON
Please note that iG Shop is in its development stage.


========================================
1. Unzip ig-shop.zip and upload all files excluding /admin directory.

2. After the upload, change the chmod to 777 on the following folders and subfolders :

/brand_logos
/category_images
/category_images/thumbnails
/category_images/thumbnails/100x100
/category_images/thumbnails/150x150
/category_images/thumbnails/70x70
/product_images
/product_images/logo/thumbnails
/product_images/logo/thumbnails/100x100
/product_images/logo/thumbnails/150x150
/product_images/logo/thumbnails/70x70
/product_images/thumbnails/100x100
/product_images/thumbnails/150x150
/product_images/thumbnails/70x70
/product_images/thumbnails/90x90
/tmp

3. Edit auth.php and auth.php3 for mysql server details.

4. Create admin directory on your server.

5. CHMOD 777 /admin

6. Upload make_symlink.php to /admin

7. Run make_symlink.php from your browser.
( http://www.nameofyourdomain.com/admin/make_symlink.php)

8. Upload

admin-*.php
header.php
footer.php
images.php3
import.txt
index.php
order-*.php
shipping-methods.php
style*.css

9. Secure admin section by .htaccess

10 To customise your shop, you may need to edit templates in templates directory.

11. To make changes in payment, check cart.php if you know PHP.
=========================================

Hope this will help.
Reply With Quote