Differences between revisions 8 and 17 (spanning 9 versions)
Revision 8 as of 2015-11-03 14:22:18
Size: 1266
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 1: Line 1:
= Lab 07 Web Server Install 2015 - 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 - the second server in [username].internal - the one that is server core).
= 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).
Line 5: Line 5:
 1. Use the videos or web search to install IIS on CPTE230C  1. Use the videos or web search to install IIS on CPTE230C (Make sure to install the application server role as well)
Line 7: Line 7:
 1. Install Web Platform Installer (Latest)on CPTE230C
    1. Run the Web Platform Installer on CPTE230C
    1. Search for and install Orchard
 1. 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.
    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 15: Line 19:
CPTE230A (192.168.X.2) CPTE230A (192.168.1.2)
Line 20: Line 24:
CPTE 230B (192.168.X.3) CPTE 230C (192.168.1.4)
Line 27: Line 31:
||Video shows the Certificate Server and certificates issued on CPTE265A ||30 ||
||Video shows the Orchard website running ||60 ||
||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 ||

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)