TomatoCart

65381 Downloads
424 users online
TomatoCart Community
Welcome, Guest
Please Login or Register.    Lost Password?
Bookmark and Share

How to realize a manual installation?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to realize a manual installation?
#3308
How to realize a manual installation? 1 Year, 5 Months ago Karma: 0
Hello,

Im new here, my name is Sebastián and I'm from Argentina.

My question is how to realize a manual installation because my server host don't allow remote access to the database, so I can't complete the installation with the installing script...

Thank you very much for the answers.
seba903
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3313
Re: How to realize a manual installation? 1 Year, 5 Months ago Karma: 7
Hi,seba903.
Follow the steps illustrated below:
1.Find the config.php in 'includes/' and the HTTP_SERVER, HTTP_SERVER, HTTP_COOKIE_DOMAIN,HTTPS_COOKIE_DOMAIN,DIR_FS_CATALOG,DIR_FS_WORK,DIR_FS_BACKUP,DB_SERVER,DB_SERVER_USERNAME,DB_SERVER_PASSWORD,DB_DATABASE,DB_DATABASE_CLASS and DB_TABLE_PREFIX need to be set manually.

This is the contents of the config.php in my localhost system,please modify it based on the key metioned above and upload it to your host.
define('HTTP_SERVER', 'www.svntrunk.me');
define('HTTPS_SERVER', 'www.svntrunk.me');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'www.svntrunk.me');
define('HTTPS_COOKIE_DOMAIN', 'www.svntrunk.me');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', 'E:/workspace/trunk-svn/');
define('DIR_FS_ADMIN', 'admin/');
define('DIR_FS_WORK', 'E:/workspace/trunk-svn/includes/work/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_FS_BACKUP', 'E:/workspace/trunk-svn/' . DIR_FS_ADMIN . 'backups/');
define('DIR_FS_CACHE', DIR_FS_CATALOG . 'cache/');
define('DIR_FS_CACHE_ADMIN', DIR_FS_CACHE . DIR_FS_ADMIN);

define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'root');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'test');
define('DB_DATABASE_CLASS', 'mysql');
define('DB_TABLE_PREFIX', 'toc_');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');

2. login to the administration database panel of your host and import the tomatocart.sql which is located in 'install/' into the database whose name is set by 'DB_DATABASE'.
jack.yin
Team Member
Posts: 893
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/09/06 09:49 By jack.yin.
The administrator has disabled public write access.
 
Go to top Page: 1
Moderators: Elora, infinityl, newkid

Latest Blog Post

TomatoCart v2.0 – An open source ecommerce framework

Since the TomatoCart v1.0’s framework getting old and the core is not a pure MVC design, it causes many troubles ...

Blog | Administrator | Saturday, 21 January 2012

More in: About Us

-
+
3

contact_us

TomatoCart
+86-13771170725
info@tomatocart.com
http://www.tomatocart.com

Newsletter Subscription

Name:

E-Mail:

Verification Code:
Captcha

Receive HTML?