How to install NMG Easy Site ?

1) Download the newest version from our web site : www.nmgeasysite.com

2) Unzip it and upload all files/folders to your web server

3) change permissions to read/write/delete for folders:

- NMGPages

- NMGWidgets

- Upfiles

Note: most hosting providers provide control panels where you can do this kind of changes. If not, please contact your hosting provider and they will make the changes for you

4) Create SQL 2005 (or newer) database. Connect to your new database and run NMGEasySite.sql (located in SQL folder). This will create all the tables the site needs.

5) Modify and upload web.config file.

- NMGSiteConnectionString - change connection string to your new sql database. See example below

- NMGEasySite - change value from FreeEdition to your license. See example below

Example:
<add name="NMGSiteConnectionString" connectionString="Data Source=sql_server_here;Initial Catalog=database_name_here;User ID=user_name_here;Password=password_here" providerName="System.Data.SqlClient" />

<add key="NMGEasySite" value="your_license_here"/>

6) Congratulation !  Your site is ready to use.
To access control panel go to www.your_domain_here.com/controlpanel
User Name: admin
Password: admin - please remember to change it

Recommended Hosts