Thursday, September 09, 2010
  Search
 
Register
Login
 
Setting Up Multiple Websites
You can create multiple distinct, (mainly) independent websites with one instance of a DNN installation on your web account. In lamens terms, this means that you can purchase ONE web hosting accoun...

Find this article and more in the category

Read This Article . . .

Generate a Module Data Access Layer With CodeSmith
With the introduction of some of the newer DNN tools, building a custom module is becoming more and more easy. With the right tools, you can have a custom module built in no time flat. This will outl...

Find this article and more in the DotNetNuke category

Read This Article . . .

Getting Aquainted with the DNN Classes
 So, you've decided to start checking out DotNetNuke development and you're wondering where to start, right? Well, it's easy to start taking a quick tour of the DotNetNuke classes now with the help o...

Find this article and more in the category

Read This Article . . .

Converting a CSS Template To a DotNetNuke Skin
Creating DotNetNuke Skins can be a time consuming task. But, it's really not that hard and it doesn't have to be if you can use templates to help get started. Why not convert some free templates from...

Find this article and more in the category

Read This Article . . .

Customize Your DotNetNuke Installation
Do you ever get tired of installing DotNetNuke just to go and change the same properties over and over? Why not just customize your install and skip the drudgery all together…

Find this article and more in the category

Read This Article . . .

Quick Check for Troubleshooting the CodeEndeavor Ajax Templates
I haven’t just installed the the template and created a module out of the box yet. However, I have come across a few things that I know to check and fix and I’m up and running in no time at all. If y...

Find this article and more in the category

Read This Article . . .

Installation from the DotNetNuke Install Package 4.90 to Windows XP Professional
OK, so you made the leap and downloaded an installation package of DotNetNuke 4.x.   But now what do I do?  Well, here's a step-by-step instruction guide to get you up and running with DotNetNuke 4....

Find this article and more in the Localhost category

Read This Article . . .

Setting Up the DotNetNuke Side of Multi-Websites
Ok, so by now you know that DotNetNuke can handle multiple websites, but you still want to know why. Well, it’s pretty easy once you know how to do it, but it can be pretty confusing to some who are ...

Find this article and more in the category

Read This Article . . .

Upgrading to DotNetNuke Cambrian 5.0 from DotNeNuke 4.x
If you're looking to try out the new DNN Cambrian package, you can upgrade previous DotNetNuke installations with the following steps. Remember, as of right now, the DNN 5.0 Cambrian package availabl...

Find this article and more in the category

Read This Article . . .

Quick Look at Some New Features of DotNetNuke 5 Cambrian
DotNetNuke’s much anticipated Cambrian has finally been made available as a Release Candidate and while it looks like the same ol’ packages from afar, it’s packed with some nice new features that are...

Find this article and more in the category

Read This Article . . .

Recently Added Articles

Minimize
Article List

 

How to Install DotNetNuke 5.0 Cambrian and Video

12/5/2008 7:02:14 PM - By Briana Tarrance

Category: | | Comments 0

 

 

Related Links

Hey, Hey...the new DotNetNuke 5.0 Cambrian RC2 release is finally here! You can download the new release at www.dotnetnuke.com . Please note however, that the current download is a release candidate and shouldn't be used yet in a production environment. This video tutorial covers installing on a localhost machine, with SQL Express and also an external SQL Database.

The first thing you need to do is download the package. As usual, there are 4 packages to choose from:

Downloading DotNetNuke 5 (DNN) Cambrian Packages

 

  • The Starter Kit is an add in for Visual Studio that will install templates for you for DNN Portal, Skin and Module Development 
  • The Upgrade package contains the necessary files for upgrading a DNN website
  • The Install package contains the required files to install and run the portal "out of the box"
  • The Source package contains all the source code used to build the DotNetNuke portal to be used with Visual Studio.

For the purposes of the tutorial, you should download either the Install package or the Source package. If you use the source package, you must open the solution in Visual Studio first and build the solution.

There are three ways that you can begin the installation process.

  • If you are using Visual Studio, you can right click on the website and click "View in Browser" (You may need to "Set as Startup Project" first).
  • You can simply hit F5 from within Visual Studio
  • You can simply browse to the URL where the website is installed. (If you are not using Visual Studio and are using IIS on your local machine, you will need to first create a virtual directory) . For example, typing http://localhost/dnn5 in the browser bar will launch the installation wizard

When the installation wizard screen appears, you will have the option for a Custom, Typical or Auto install. The easiest is to select the auto install option, but all your options will be default. For example, the default usernames and passwords will be created for the host and admin users, the SQL Express database will be selected (unless you modify the web.config file prior to launching the installation)., and all the default modules will be installed as well as the default skin.  Or, you can select Custom to enter your own choices at each step along the way. The video below covers the installation using the Custom installation method to allow you to see the options you will have along the installation process.

How To DotNetNuke Cambrian Installation Wizard

Click on "Next", moving to the File Permissions Check screen. On this screen, click on "Test Pemissions" to ensure that you are not going to run into any file (not database) permission related issues that will prevent you from successfully installing DotNetNuke. File permissions can be tricky, especially for those folks who are new to .net. and is outside the scope of this article. If you are having trouble, contact me with your issue and I'll see about getting a tutorial up to cover it.  When you get the "green" light of success, hit "Next"

On the next screen, you will be able to Configure your database. If you are doing a localhost installation or on a server that allows you to use the SQL Express database found in the /App_Data folder, then you don't have to do anything on this screen, except Test Database Connection. If you are having any trouble with your SQLExpress engine, you would see that here. For example, if the service wasn't running for some reason, you would get the error message back and hopefully be able to resolve it without having to back out of the installation process.

But, if you are installing on a web hosting provider which doesn't allow using the SQL Express database (most don't) or if you just choose to use an external databse, select the SQL Server 2000/20005 database radio option and fill in the corresponding fields. In the video below, I will show you how to install the external database. In the video, you will see that I first create the database, assign the proper security and then return to finish the installation by filling in the appropriate properties. The video then goes on to cover the rest of the entire installation process.

How to Install DotNetNuke 5.0 Cambrian with Custom Installation Options Video

 

TROUBLESHOOTING ERRORS:

If you receive an error like this as soon as you try to install the website, you may easily be able to resolve the issue by checking your directory files for a "Web.Config" file. Depending on which package you downloaded, you may not have one "out of the box". All you need to do is simply rename either the "development" or "release" config to "web.config"

 

 

 

Related Articles
Installation from the DotNetNuke Install Package 4.90 to Windows XP Professional
Creating a Virtual Directory in IIS
I Need to Modify the What to Install DNN? What in the World is a Web.Config File Anyway??
Upgrading to DotNetNuke Cambrian 5.0 from DotNeNuke 4.x
Quick Look at Some New Features of DotNetNuke 5 Cambrian

 
 
Copyright 2008 by Virtual-Essentials.com Privacy Statement    Terms Of Use