Differences between revisions 14 and 17 (spanning 3 versions)
Revision 14 as of 2016-10-06 12:58:40
Size: 1273
Editor: scot
Comment:
Revision 17 as of 2016-10-11 13:07:25
Size: 1825
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
    1. If you get a file not found, then go to http://localhost/dotnetnuke/Install/Install.aspx for the install.
    1. If you get an "upgrade error" it is because your database connection string is wrong.Open web.config in the dotnetnuke directory and ensure that you have the following settings:
       a. Server is db2.cs.southern.edu
       a. Database Name is 2016_Fall_CPTE230_[username] (replace [username] with your username).
       a. Similarly replace the uid with "2016F_[username].
    1. Default Username/Password = Admin/dnnadmin
Line 13: Line 19:
CPTE230A (192.168.X.2) CPTE230A (192.168.1.2)
Line 18: Line 24:
CPTE 230C (192.168.X.3) CPTE 230C (192.168.1.4)
Line 25: Line 31:
||Video shows the Certificate Server and certificates issued on CPTE265A ||30 || ||Video shows the Certificate Server and certificates issued on CPTE230A ||30 ||

Lab 07 Web Server Install 2016 - DNN

Perform the following on your Domain Controller and IIS server. This should be on CPTE230A (Your first Windows Server) and CPTE230C (Your Member Server).

  1. Use the videos in this section to Install a AD Certificate server on CPTE230A.
  2. Use the videos or web search to install IIS on CPTE230C (Make sure to install the application server role as well)
  3. Use the videos in this section to Install a certificate for your default site on CPTE230C
  4. Install DotNetNuke using: http://www.dnnsoftware.com/wiki/how-to-install-dotnetnuke

    1. If you get a file not found, then go to http://localhost/dotnetnuke/Install/Install.aspx for the install.

    2. If you get an "upgrade error" it is because your database connection string is wrong.Open web.config in the dotnetnuke directory and ensure that you have the following settings:
      1. Server is db2.cs.southern.edu
      2. Database Name is 2016_Fall_CPTE230_[username] (replace [username] with your username).
      3. Similarly replace the uid with "2016F_[username].
    3. Default Username/Password = Admin/dnnadmin
  5. If you installed the GUI, or have not removed the GUI, do so now.

Document the new services for each server on a new page named services I.e.

Services Installed:

CPTE230A (192.168.1.2)

  • AD DS Server
  • AD Certificate Authority

CPTE 230C (192.168.1.4)

  • IIS (With SSL Certificate from AD Cert. Auth.)
  • Dot Net Nuke content management system

Video Grade Guide

Topics

Points

Video shows the Certificate Server and certificates issued on CPTE230A

30

Video shows the DotNetNuke website running

40

Video shows the Server running without the GUI (as core server)

20

Video talks through the documentation

10

WindowsAdministration/Lab07WebServerInstall2015 (last edited 2016-10-11 13:07:25 by scot)