NetForges NetForges e-commerce platform powered by nopCommerce
NfCommerce v1.5.0 stable nopCommerce core 4.90.5

To complete this wizard, you must know some information regarding your database server ("connection string"). Please contact your ISP if necessary. If you're installing on a local machine or server, you might need information from your System Admin.

If you need information on how to use NfCommerce, visit the documentation section on netforges.it.

Form filling:
Choose how to fill the setup form: by hand, with the local farm demo data, or by uploading the NetForges customer package (ZIP). The options are mutually exclusive; filled fields always remain editable.

Store information

Administrator account email: it will be the login for the store admin area.
Choose a strong password: at least 6 characters (full policies can be configured after setup under Settings > Customers).
Sets the store currency and regional formats (the application language is chosen below among the bundled packs).
Required: it is imported into the database during setup from the language packs bundled with the product (no internet download). English always stays installed as the resource baseline.
If checked, the store starts in this language; English remains available and complete. If unchecked the store starts in English.
Optional: upload a nopCommerce language pack (XML) to add another language to the available choices. The file is validated: if it is not a valid resource pack it is discarded.
Installs demo products, categories and customers. Recommended for test environments only.
Same as nopCommerce Administration > Media settings: images (including the customer package sample data images) are stored in the database or in the wwwroot/images folder. In a web farm the folder is a volume shared by all nodes. Can be changed after setup as well.

Database information

If the given database does not exist it will be created: the SQL user needs the CREATE DATABASE permission. Otherwise create the empty database first and leave this unchecked.
Advanced mode: enter the full connection string instead of the individual fields.

Database server name or address. Examples: local NfCommerce farm: "sqlserver" — local instance: "localhost" or ".\SQLEXPRESS" — cloud: "tcp:myserver.database.windows.net,1433".
Store database name. Local farm example: "nfcommerce".
Example:
SQL Server Data Source=sqlserver;Initial Catalog=nfcommerce;User ID=sa;Password=***;TrustServerCertificate=True MySQL Server=mysql;Database=nfcommerce;Uid=root;Pwd=***; PostgreSQL Host=postgres;Database=nfcommerce;Username=postgres;Password=*** Find more info here

Wait...