NoCommerce is an open-source Electronic mall system developed based on Microsoft ASP. net mvc + EntityFramework technology. Its architecture and design are well known as the classic. NET mall.
As. NET programmers, by studying NopCommerce, not only can improve their own technical level, but also design ideas will go up to the next level, so I wrote a series of NopCommerce articles, so that more friends like me can study and study together! At the same time, I hope to get to know more people by studying and learning NopCommerce! Our QQ group: 331511286
1. Download NopCommerce 1.1 and open the nopCommerce Official Website
Http://www.nopcommerce.com/
1.2 go to the official download page (login required)
Http://www.nopcommerce.com/downloads.aspx (login required for download)
1.3 go to Codeplex for download (direct download, No Logon required)
Http://nopcommerce.codeplex.com (Here we choose NopCommerce3.2)
1.4 select Source code or a version without source code for download
2. Install NopCommerce
First, let's take a rough look at the NopCommerce function and analyze its source code. Therefore, we need to download a non-Source Application and install it locally! Is it so good officially? Only by yourself can you know the experience.
2.1 Open SQLServer2008 (recommended) and create a database
Create Database Name "NopCommerce3_2_Study"
2.2 create a new Web project in IIS.
Create a WEB site "nop00003_2_study"
2.3 enter the URL http: // localhost: 81 for Installation
We select the Chinese language environment,
Administrator username: admin@yourStore.com, password 1
Import some test data to facilitate debugging.
Wait for a moment,
2.4 Installation Complete
The front-end interface we installed appears (because there is no Chinese language environment package, it may only be displayed in English temporarily. We will introduce it later and need to import the Language Pack)
Log on to the background and check
3. Summary
OK. Now we have finished downloading and installing NopCommerce.
If you encounter problems during installation and configuration, it is basically caused by problems with IIS settings or folder permissions.
If you have any questions, feel free to contact us! QQ: 331511286