Overview
When a user first deploys their DNN environment and access their URL, they will be brought to the installation wizard. This wizard will configure the initial environment settings.
Prerequisites
- DNN installed with folder permissions for the user account that will run your website
- IIS enabled and set up
- SQL installed and set up
Solution
- Run the DNN Installation Wizard.
- Open your website (
http://www.dnndev.me
) or a URL you have defined in IIS in a browser. - Under Administrative Information, enter the username, password, and email address for the host/superuser account to create. This account will have permissions for all websites created in this DNN installation.
Note: Remember the host's username and password, which you will need to manage your websites.
- Under Website Information, enter the name, template, and language to use for the first website.
- Set the Database Information options.
- Database Setup: Custom
- Database Type: SQL Server/SQL Server Express Database
- Server Name: You can use the default value (e.g.
.\SQLExpress
orThe Server Name for your environment
). - Database Name: Enter the name of the SQL database you created earlier.
- Security: User-Defined
- For Database Username/Password, enter the information for the SQL user you created earlier.
- Follow the prompts to the end of the wizard.
- Open your website (
Testing
- Test the installation by proceeding through the wizard until your home page is displayed,
- Log in with the username and password for the host account that was created.
Comments
1 comment
Very informative, very challenging
Please sign in to leave a comment.