Installation On Local Computer - CS-Cart

2y ago
24 Views
2 Downloads
2.15 MB
12 Pages
Last View : 24d ago
Last Download : 3m ago
Upload by : Grant Gall
Transcription

Installation onLocal Computer 2004 - 2013 Simbirsk Technologies Ltd.

2CS-Cart Installation Guide1. System RequirementsWeb server environmentCS-Cart is developed to meet most server configurations ranging from shared hosting accounts to dedicated servers. Infact, there are only two core things that your host must have to run CS-Cart:PHP version 5.3 or 5.4;MySQL version 4.1 or greater (MySQLi or pdo mysql must be supported.)This makes CS-Cart compatible with almost every server that supports PHP and MySQL. However, we recommendApache or any interchangeable alternative as the most robust and stable server for your web store.Other requirements and recommendations include:mod security module for Apache is disabled;safe mod is disabled;file uploads is enabled;cURL is enabled;This PHP extension is required to ensure support for secure connections and some payment systems, includingPayPal, Authorize.Net and Google Checkout, as well as real-time shipping rate calculators for FedEx and DHL/Airborne;GD library is installed;.htaccess directory-level configuration file (if available) has the following directives allowed: DirectoryIndex, Deny,Allow, Options, Order, AddHandler, RewriteEngine, RewriteBase, RewriteCond, and RewriteRule.Server operating systemWith respect to the server operating systems, we recommend a Unix-based operating system like FreeBSD or LinuxRed Hat, but a Windows-based server will do. Our commitment to Unix-like systems is confirmed by their well-knownscalability, better security capabilities and higher performance level. 2004 - 2013 Simbirsk Technologies Ltd.

Installation on a Local Computer32. Installation on a Local ComputerCS-Cart is a model server-side software program, and you need to arrange an adequate web server environment even ifyou install CS-Cart on a local machine. This environment must include an HTTP server (Apache is recommended)together with PHP and MySQL. This task does not really require great technical knowledge or significant experience, butit may become annoying and unreasonable for non-techies, especially when it comes to configuring the server.That is why we suggest a simple workaround allowing you to deploy a full-functioning web server on your local machineas if you installed a regular stand-alone application. This is to use XAMPP, an easy-to-install web server packagecontaining the Apache HTTP server, MySQL database and PHP interpreter. All you need is to download the latestdistribution package for your operating system and run the standard installation procedure. Once you deploy a webserver on a local computer, CS-Cart will take you only a few minutes to install.In this tutorial, you will learn how to install XAMPP on a Windows machine. If you use a different operating system,please refer to the instructions on the official website for the XAMPP project at http://www.apachefriends.org/en/xampp.html .2.1. Deploying a Local Web ServerThe instructions below describe the installation of XAMPP on a Windows machine. If you use a different operatingsystem, please refer to the corresponding instructions on the official website for the XAMPP project at http://www.apachefriends.org/en/xampp.html .Downloading and Installing XAMPPTo install XAMPP on a local Windows machine:1. Download a self-extracting RAR archive (EXE) from the following URL: 641.If prompted, specify a download directory that you can easily locate and access. Otherwise, the file will be saved tothe default download directory of your web browser.2. After the download is complete, open the directory containing the downloaded file EXE file and run the file. This willlaunch the XAMPP installer.3. At the first step, specify the destination folder for the XAMPP files. We recommend that it be a folder outside thestandard windows partition \Program Files directory as there may be missing or insufficient writepermissions. For example, C:\xampp. 2004 - 2013 Simbirsk Technologies Ltd.

4CS-Cart Installation Guide4. Click on Install.The wizard will start extracting XAMPP to the destination folder displaying the progress.Once the files have been extracted, the wizard will automatically launch a console application helping you configureXAMPP on your computer. 2004 - 2013 Simbirsk Technologies Ltd.

Installation on a Local Computer5. Follow the instructions on the screen until you see a message that XAMPP is ready to use.6. At the final step, enter x to quit the installer without launching XAMPP. 2004 - 2013 Simbirsk Technologies Ltd.5

6CS-Cart Installation GuideRunning XAMPPTo launch the web server together with the required services:1. Open the folder on your local system containing the XAMPP files.2. Run the executable file xampp start.exeXAMPP will start launching the necessary services. Wait until the console window disappears from the screen.Important! If Windows Firewall is turned on, you may be asked to decide how to handle the Apache and MySQL serviceslaunched by XAMPP. Select to unblock them. 2004 - 2013 Simbirsk Technologies Ltd.

Installation on a Local Computer73. Now the web server is up and running on your local machine. To check this, open http://localhost/xampp/ orhttp://127.0.0.1/xampp/ in your web browser. You should see the following welcome screen:2.2. Installing CS-CartThe instructions below describe the installation of CS-Cart on a local web server supported by XAMPP.Note Do not follow these instructions if you are installing CS-Cart on a remote server. Instead, use the instructions athttp://www.cs-cart.com/installation.html . 2004 - 2013 Simbirsk Technologies Ltd.

8CS-Cart Installation GuideBefore the installationThere are a few things that you need to do before you begin installing CS-Cart. These are:Run XAMPP as described in Deployment of a Local Web Server.Create the new folder cscart\ in the directory xampp install path \htdocs. For example, C:\xampp\htdocs\cscart.Download the latest version of CS-Cart from the File Area section of your Help Desk account or from the CS-Cartwebsite, if you are installing the trial version.Extract the distribution package with the latest CS-Cart release to the newly created directory. Make sure youretain the original file and directory structure.Note To extract the compressed archive, use any file archive manager with support for TAR format, includingWinRAR, WinZIP, etc.Create a MySQL database for CS-Cart.Creating a databaseTo create a MySQL database for CS-Cart:1. Make sure that you have run XAMPP as described in Deployment of a Local Web Server.2. In your web browser, open the phpMyAdmin database management system which is available at http://localhost/phpmyadmin/ .3. In the MySQL localhost section, enter the name of the new database and click the Create button.4. Once the new MySQL database is created, it will be listed on the left of the screen among the other databases. 2004 - 2013 Simbirsk Technologies Ltd.

Installation on a Local Computer9Running the Installation WizardTo run the Installation Wizard:Make sure you have done everything described under the Before the installation heading earlier in thissection.In your web browser, open the URL http://localhost/cscart/install .CS-Cart Installation Wizard opens. It will guide you through the installation process. It is important to completeevery step of the Wizard until you see a screen saying that the installation is complete.Installation procedureStep 1: License agreementPlease thoughtfully read the CS-Cart License Agreement, and select the check box below the text of the Agreement toconfirm that you agree with the conditions of the Agreement. If you do not agree with any part of the Agreement, stop theinstallation by closing the current page of the web browser.If it is not the first time that you have been installing CS-Cart to this directory, the Wizard will ask you to enter the AuthCode for the CS-Cart installation. This is a protection from unauthorized access to the installation script.Click Next step to continue. 2004 - 2013 Simbirsk Technologies Ltd.

10CS-Cart Installation GuideStep 2: InstallationAt this step, you should set server configuration and make some administration settings. The Wizard checks that yourweb server meets the minimum system requirements to run CS-Cart at this step too.If some of the tested parameters are indicated as failed, you need to fix them before you can continue the installation.Server configuration 2004 - 2013 Simbirsk Technologies Ltd.

Installation on a Local Computer11Here you need to provide the details of your web server host and MySQL server as well as specify your databaseparameters.The fields in this form mean as follows:Store URL - The URL to access your store.Secure server host name - DNS name of the secure server to ensure HTTPS access to your store.Secure server host directory - Web directory on the secure server where CS-Cart files are located.MySQL server host - DNS name or the IP-address of your MySQL server.MySQL database name - Name of your MySQL database.MySQL user - Username for your MySQL user account.MySQL password - Password for your MySQL user account.Table prefix - Prefix of the database tables, related to your store.Database backend - Select, which driver will control files sharing among databases.Administration settingsAdministrator's e-mail - Email address of the store administrator at which you will receive email notifications.Administrator's password - Password to access the administration panel. Make sure, that it is secureenough.Main language - The language, used in the store by default.Additional languages - Select the languages that must be available in the store.Help us improve CS-Cart - If selected, CS-Cart will monthly send a snapshots of your store configuration sentto the development team. Such snapshots include no personal or other sensitive data, but they only reflect thecurrent condition of the store: its settings and configuration, the modules that you use, etc. This informationallows the development team to learn what CS-Cart features and options are used most intensively, and adjustthe development processes accordingly.Install demo data - If selected, the Wizard will import a sample product catalog and some other demo data soyou can test the store.Click Install to continue.Choosing the licensing modeAfter the system is set up, you are suggested to choose the licensing mode:Full - Full version of CS-Cart with unrestricted access to all features.Trial - Full version of CS-Cart with access to all features during the 30-day trial period, starting from the time ofactivation.Free - Free version of CS-Cart. Some features are unavailable. No time restrictions implied, license number isnot required.If you want to install the full version, enter your license number in the special field. To try the 30-day trial or use Freemode, choose the corresponding checkbox. You will be able to enter your license number later in the administrationpanel.Click Select to continue.SummaryAfter the installation is done, you will see the Installation successfully finished window. 2004 - 2013 Simbirsk Technologies Ltd.

12CS-Cart Installation GuideThis is the final part of the Wizard where the script reports of the successful installation and provides link to thestorefront as well as your credentials to access the Administration panel.CS-Cart is provided with the convenient post-installation Settings wizard that makes basic store setup easy and clear.Click Go to the Settings wizard to make store setup. Click Close to go straight to the dashboard. You will be able tomake settings later in the administration panel. 2004 - 2013 Simbirsk Technologies Ltd.

CS-Cart is a model server-side software program, and you need to arrange an adequate web server environment even if you install CS-Cart on a local machine. This environment must include an HTTP server (Apache is recommended) together with PHP and MySQL. This task does not really require

Related Documents:

ug 5113/15 used hp laptop local ug 5232/15 tablet pc local ug 5389/15 camera canon local ug 5439/15 used hp laptop local ug 5458/15 samsung camera local . ug 2101/16 alloy ring local ug 2102/16 alloy ring local ug 2106/16 alloy ring local ug 2107/16 earrings local ug 2110/16 alloy ring local

5.3. STAFInst Uninstall 6. Platform Installation Notes 6.1. Linux installation 6.2. AIX installation 6.3. HP-UX IA64 64-bit installation 6.4. IBM i 32-bit (previously known as i5/OS or OS/400) installation 6.5. z/OS installation 6.6. FreeBSD installation 6.7. Mac OS X installation 6.8. Solaris installation 7. Environment Variable Settings 7.1.

1. Computer Fundamentals by P.K.Sinha _ Unit I: Introduction to Computers: Introduction, Definition, .Characteristics of computer, Evolution of Computer, Block Diagram Of a computer, Generations of Computer, Classification Of Computers, Applications of Computer, Capabilities and limitations of computer. Unit II: Basic Computer Organization:

What is Computer Architecture? “Computer Architecture is the science and art of selecting and interconnecting hardware components to create computers that meet functional, performance and cost goals.” - WWW Computer Architecture Page An analogy to architecture of File Size: 1MBPage Count: 12Explore further(PDF) Lecture Notes on Computer Architecturewww.researchgate.netComputer Architecture - an overview ScienceDirect Topicswww.sciencedirect.comWhat is Computer Architecture? - Definition from Techopediawww.techopedia.com1. An Introduction to Computer Architecture - Designing .www.oreilly.comWhat is Computer Architecture? - University of Washingtoncourses.cs.washington.eduRecommended to you b

Some common terms Desktop - a computer fitted on a work desk for personal use, not easily carried Laptop - an "all-in-one" (display, keyboard), fairly light and portable Personal computer (PC) - a computer for personal use Server computer - a computer that provides services Client computer - a computer that makes use of the services of a server .

The Local Content Bill, 2018 134134 19—Secretariat. 20—Functions of the Secretariat. PART IV—LOCAL CONTENT PLANS Local Content Plan 21—Minimum local content. 22—Local content plan. 23—Review of local content plan. 24—Local content certification. Employment and Skill Development Plan 25—Capacity building.

10.0 system installation - roof insulation 10.1-10.4 - ssr work points 10.5-10.6 - panel installation 10.7-10.12 - alternate ice damming weatherseal 10.3 - ssr module strip installation 10.14-10.15 - endlap installation 10.16-10.18 - ridge installation 10.19-10.30 11.0 fascia conditions - eave fascia installation 11.1 - eave gutter installation .

The keys that operate the computer, very much like a typewriter, with extra keys for special functions. 3. Monitor The part of a computer system that contains the computer screen, where information is displayed. Lesson 1 Handouts - Computer Basics: A Computer Internet Course for Older Adults Module 1 - Handouts: Computer Basics! !H- 3