This article is aimed at helping you with the first time installation of NopCommerce on your local machine (not web host).
NopCommerce is an open source eCommerce solution written in asp.net and is available for free download and use.
I just download the latest version i.e. NopCommerce 1.90 and struggled a bit to install it on local machine for testing before uploading on web host cloud. But I was able to make my way after some searching and hit and trials.
The steps are pretty simple but if you don't know know the pre-requisites, you may end up spending hours before you actually see the solution running.
Pre-requisites:
You can find the software requirements
here at NopCommerce site.
My environment:
Visual Studio Express 2010. New releases won't not work in Visual studio 2008.
SQL Server Express 2005.
ASP.net 4.0
IIS 7
Windows Vista SP1
NopCommerce v 1.90 (Source)
Step by Step Install
-
Download latest version of NopCommerce from here.
Since, my aim was to play with NopCommerce code and modify it if required, I downloaded the source code version. If you don't want to modify any code, you should download the No Source version.
-
After the download, you will get a zip file. Unzip it.
-
- You will now see this page in browser.
Select 'Install NopCommerce' here and click next.
-
Specify the SQL server name here. If you have installed SQLExpress, the server name should be as highlighted in image unless you have specified something else at the time of installation. Note that you should specify the full name here i.e. .\SQLEXPRESS including the dot and backslash.
Specify any user name password for SQL server access if you have specified anything. If not, then it should be windows authentication by default. Click next.
-
Specify a database name. I used AM22Tech. Check the 'Create Sample Data' if you want to input some sample data from NopCommerce. This can be deleted later if you don't want. Click next. This will install a new NopCommerce DB schema (tables , procedures etc.)
-
This step shows you the default admin user and password. You can also change it here as per your preference. Now click the link 'Go to Site'.
-
You will now see the NopCommerce home page after a while (First time rendering takes some time. Approx. 2 minutes). This page shows the home page with sample data. Your NopCommerce installation is done. You can now log in with the admin user name and password which you specified above and manage your eCommerce website.