Search
| Login
corner corner
Relevant Links
corner corner
corner corner
Subscribe To Feed
corner corner
corner corner
Search Articles
corner corner
corner corner
Topics
corner corner
corner corner
Article List
corner corner
corner corner
Article Archive
corner corner
corner corner
Survey
Which platform does your company use?



Submit Survey  View Results
corner corner
corner corner
Relevant Links
corner corner
corner corner
Installing DotNetNuke Starter Kit
Location: BlogsCubicZoneDotNetNuke    
Posted by: cubiczone 7/5/2007 12:01 AM

In this tutorial, I'm gonna walk you step by step to install the DotNetNuke 4.x Starter Kit. The Starter Kit is intended for module development. DotNetNuke is a free open source CMS framework for creating enterprise application.

Getting the Requirements

You'll need a few tools before you can begin:

Installing DotNetNuke Templates

The first thing we have to do is download the DNN Starter Kit from DotNetNuke web site. You'll need to register for free before you can download. I'm using latest version 4.5.3 at the time of this writing. Any version 4.x are developed in the same way.

Once you downloaded the vsi file (DotNetNuke_04.05.03_StarterKit.vsi in my case), simply double-click and run the installer. Keep the default settings. It doesn't hurt to have all the templates available in your Visual Studio.

DotNetNuke Module Creation VSI Template Installation

If you're prompted because the installation is not digitally signed, just click Yes to accept the warning. In the future, the DotNetNuke (DNN) team may sign it and make the installation smoother. Follow through the next few steps of the wizard keeping the defaults until the install is complete. This should be very straightforward.

DotNetNuke Module Creation VSI Installation Unsigned

Creating the DotNetNuke Web Site

Now you're ready to create your first module. Open Visual Studio and from the menu select File > New Web Site... A dialog box should pop up asking you which template you like to use. Make sure you select Visual Basic for the language type (even if you're creating a C# module since at this point we're only trying to get the web site running first). Select the DotNetNuke Web Application Framework template.

 DotNetNuke Module Creation Create New Web Site

So now you created a fully-functional DotNetNuke web site. Since I selected File System as my location, the default configuration in my Visual Studio would run the web site using the integrated Visual Studio web server (based on "Cassini") . You can also run under IIS if you prefer.

You should see some documentation on your Visual Studio main window that explains the rest of the installation. If you followed the default settings shown in this tutorial, all you need to do is click Ctrl-F5 (Start Without Debugging) to run your web site and DotNetNuke will automatically guide you through the rest of the configuration. The default installation will use the SQL Server 2005 Express database file (App_Data\Database.mdf) included with the starter kit. You may use your own SQL database if you wish by following the Advanced Installation instructions in the documentation, which entails changing the web.config and connection string.

DotNetNuke Module Creation Create Web Site Documentation

After pressing Ctrl-F5, your default web browser (Internet Explorer normally) should pop up open with the DotNetNuke installation wizard. If you followed all the default settings (FileSystem for location), then you just need to select Auto installation and follow the wizard all the way to get your DNN running with the default settings. You can always reconfigure DNN later as you become more advanced. Click Next to start the installation.

DotNetNuke Module Creation DNN Install Wizard

That's it, there should be a link at the bottom that points you to your new portal. You can now login as host with the password written on the front page.

DotNetNuke Module Creation Start Page

 You can now create pages, add modules and store documents. If you need additional modules, you can shop at SnowCovered.

 

Permalink |  Trackback

Comments (10)   Add Comment
Re: Installing DotNetNuke Starter Kit    By Workpost on 4/21/2008 8:18 PM
Thanks for making this page, your instructions on installing and running the Starter Kit were very helpful.

Re: Installing DotNetNuke Starter Kit    By aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa on 7/31/2008 7:57 AM
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Re: Installing DotNetNuke Starter Kit    By Vishal on 9/17/2008 3:22 AM
Thanks a lot...... finally it got installed.......

Re: Installing DotNetNuke Starter Kit    By ty on 4/21/2009 3:39 PM
Cool instructions indeed! keep up the good job!

Re: Installing DotNetNuke Starter Kit    By almnyh.com on 5/9/2009 7:31 AM
thanks for this cool articles

Re: Installing DotNetNuke Starter Kit    By Rob on 5/14/2009 4:00 AM
I want to edit an existing skin with Visual Studio 2008. Should I install this first?

Re: Installing DotNetNuke Starter Kit    By Slim on 5/14/2009 11:09 AM
You don't need to but getting the Starter Kit can help you in testing and debugging a skin. Alternatively, you can just build your skin, package and upload to your server to test.

Re: Installing DotNetNuke Starter Kit    By Pete C on 5/16/2009 1:10 AM
Thanks for the detailed instructions which I have followed to the letter but I can't get the install wizard to start. All I get is a blank browser window.
Any suggestions? I'm running XP pro sp2.
Thanks Pete

Re: Installing DotNetNuke Starter Kit    By Ramarao on 9/1/2009 8:12 AM
I instlled the dotnetnuke starter kit but it is appearing in the MyTemplates when creating a website...

Re: Installing DotNetNuke Starter Kit    By RDT on 9/16/2009 6:43 AM
I am not able to downlaod the Installation kit from site coz its not available there .Please Give me an instance from where i will get the Instalation kit


Your name:
Title:
Comment:
Add Comment   Cancel 
corner corner