|
Tomatocart installation at OVH 1 Year, 10 Months ago
|
Karma: 2
|
|
Hi,
I would like to explain how you can install Tomatocart at OVH.
1) In the OVH Manager, create your database
2) Upload the tomatocart zip file on your server and unzip it in the web root file you defined.
3) Modify you .htaccess file by adding the following lines at the beginning:
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
SetEnv SESSION_USE_TRANS_SID 0 # Security issue for session using
4) Install Tomatocart via the webrowser by typing the url of your shopping cart
4) Create a scripts folder in the root space (/scripts for example) an create a shell script in it (tomatocart.sh for example) by using the command: vim scripts/tomatocart.sh (considering that you are in the root space)
5) Copy the following lines in the script file:
#!/bin/bash
chmod g-r,g-w,g-x $1 -R
find $1 -type f -exec chmod 404 '{}' ;
find $1 -type d -exec chmod 505 '{}' ;
cd $1
chmod u+w includes/work
6) Launch this script (command: bash scrips/tomatocart.sh tomatocart_path) to put the good rights on the folders & files.
7) Enjoy it!!!
Best Regards,
Helgvor STOLL
|
|
|
|
|
|
|
Re:Tomatocart installation at OVH 1 Year, 10 Months ago
|
Karma: 4
|
|
It's really helpful for those who are planning to install TomatoCart at OVH. Thanks for your support.
|
|
|
|
|
|
|
Re: Tomatocart installation at OVH 1 Year, 3 Months ago
|
Karma: 0
|
|
hi helgvor, i send u pm , i'm not sure that work fine
|
|
|
|
|
|
|
Re:Tomatocart installation at OVH 1 Year, 3 Months ago
|
Karma: 1
|
|
If hosting tomatocart at OVH is not straight forward then its not a good endorsement for this product with that ISP.
I installed my tomatocart on my own reseller account and there was not any problems at all.
|
|
Degsey
Fresh Boarder
Posts: 12
|
|
|
|
|