Dot Net Nuke
(click to open)
Quick Page Table of Contents
Scanning...
Inspirations
How to install DotNetNuke (DNN)
Tested on WinXP SP3, SQL Developper Edition and IIS 5.1.
You must have the IIS installed.
You must have SQL Server (express or else) installed
- Download the latest stable DNN build
- Create a folder to store all the files (ex: c:\inetpub\wwwroot\dnn)
- Copy all the DNN files in the newly created folder
- Set permissions on the DNN folder
- Right click on the DNN folder in Windows Explorer
- Select "Properties" and select the "Security" Tab
- Click the "Add..." button and add the ASPNET and NETWORK SERVICE user and click "OK"
- Select "Modify" from the "Permissions for" list to both users and click "OK"
- Click "Advanced" and select the "Replace permission entries on all child objects..." and click "OK"
- Attach the database in SQL Server (EXEC sp_attach_db @dbname = 'DotNetNuke', @filename1 = 'C:\inetpub\wwwroot\dnn\App_Data\Database.mdf')
- Create a Virtual Directory
- Open Internet Information Services (Start \ Control Panel \ Administrative Tools \ Internet Information Services)
- Expand Local Computer and Web Sites
- Right click on "Default Web Site" and select "New" and then "Virtual Directory..." and click "Next"
- Enter an alias for the virtual directory (ex: DNN) and click "Next"
- Select the directory where DNN is installed (ex: c:\inetpub\wwwroot\dnn) and click "Next"
- In Access Permission select "Read", "Run scripts (such as ASP)" and "Execute (such as ISAPI applications or CGI)", click "Next" and "Finish"
- Make sure ASP.Net 2.0 is selected under the ASP.NET tab of the virtual directory properties
- Access your newly created DNN site (http://localhost/dnn)
- Select "Custom" and click "Next"
- Select the settings for the database and click "Next"
- Selected SQL Server 2000/2005
- Entered name of server (ex: sqlServer)
- Entered name of database (ex: DotNetNuke)
- Unchecked "Intergrated Security"
- Entered a username (ex: sa)
- Entered a password for the username (ex: password)
- Click "Next" after the scripts for the database as run
- Configure the Host user
- Change the username for the host user to something less obvious
- Enter a complexe password
- Click "Next"
- Do not add any Modules and click "Next"
- Do not change the Authentication Services and click "Next"
- Click "Next" for additional Skins and Containers
- Click "Next" for install language packs
- Setup your portal and administrator
- Change the username to something less obvious
- Enter a complexe password
- Name your portal
- Click "Next"
- Click "Finished (Goto Site)"
- DotNetNuke Settings
Skining
Modules
- Step by step setup of VS2005 project
- Creating a DNN Module and Understanding DNN Architectural Approach
- Creating a Super-Fast and Super-Easy DotNetNuke® Module - for Absolute Beginners!
- Creating a DotNetNuke® Module - For Absolute Beginners!
- DotNetNuke 4.0.0 Starter Kit and Templates...