|
dashCommerce 3.X如何安装Microsoft SQL Server 2005 Express Edition的高级服务功能
Installing Microsoft SQL Server 2005 Express Edition with Advanced Services for dashCommerce 3.X
Installing Microsoft SQL Server 2005 Express Edition for dashCommerce is a pretty simple process, but as always, the details can trip you up. This document is provided in an effort to make the bumps a little smaller.
As you can see from the Technology page at dashcommerce.org, Microsoft SQL Server 2005 Express Edition with Advanced Services is a requirement due to the use of the full-text search feature.
Install SQL Server 2005
To install the database engine for use with dashCommerce 3.0 follow these steps:
1.) Download SQL Server 2005 Express Edition with Advanced Services here:
http://www.microsoft.com/downloads/details.aspx?familyid=5B5528B9-13E1-4DB9-A3FC-82116D598C3D&displaylang=en
2.) Install file SQLEXPR_ADV.EXE and follow setup instructions until Registration Information step.
3.) Uncheck option Hide advanced configuration options.
4.) Be sure to select Full-Text Search feature and others shown below. Then click Next and accept default settings until Authentication Mode step.
5.) Select Mixed Mode and enter a strong sa password and leave default settings until finish installation.
Create dashCommerce database
To use dashCommerce 3.0 beta is necessary to create an empty database. Follow next steps to create database:
1.) Open SQL Server Management Studio Express and login
as sa user using password entered during installation and using SQL Server Authentication.
2.) Create a new database clicking mouse right button
over Databases selecting New Database. Enter a database name and check option Use full-text indexing. Then click OK.
3.) Run dashCommerce installation:
http://server_name/install/install.aspx and fill database parameters.
4.) Copy connectionString result and change it into the connectionString.config file.
5.) Fill administrator account data and finish instalation.
If there is any information is this document that you feel needs updating, please contact us with your suggestions.
|