Thursday, September 09, 2010
  Search
 
Register
Login
 
Using DNN to take Advantage of GoDaddy Domain Names
Let's face it, GoDaddy is cheap. Pay for the hosting services and the domain names are $1.99, not a bad deal. And even without hosting services, you can pick up domain names for as low as $6.99. Put ...

Find this article and more in the category

Read This Article . . .

Everything You Never Wanted to Know About the Config File
This is the "pre-" first installment in a series that will cover the parts of the web.config file to give you an idea of how to manipulate and customize your DotNetNuke portal. The web.config fi...

Find this article and more in the category

Read This Article . . .

Getting Started with Code Endeavors Ajax Compiled Module Template
DotNetNuke Ajax development just got easy thanks to Jon Henning and his Ajax Compiled Module templates. He’s got them listed on CodePlex, they’re updated for DNN 5, and they are available in C# and V...

Find this article and more in the category

Read This Article . . .

I Need to Modify the What to Install DNN? What in the World is a Web.Config File Anyway??
 If you're wondering what in the world a web.config file is, then wonder know more. . .in about 5 minutes, you'll know more than you do now and be well on your way to moving forward.

Find this article and more in the Web.Config category

Read This Article . . .

Fixing IE's Hover Problems in DNN
 So you have designed a great skin, skin object or module for DNN and it uses the :hover attribute and looks fantastic in Firefox. Now, you find out that nothing works in IE because IE doesn't suppor...

Find this article and more in the category

Read This Article . . .

CodePrint Module
Tired of mucking around with adding code chunks to your website? We all know what a pain it can be trying to add some simple block of code to our webpages and still make it readable. Introducing....T...

Find this article and more in the DotNetNuke 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 . . .

Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared
Sometimes troubleshooting DNN errors can be a royal pain. Fortunately, if you know what you're looking for installation errors are usually pretty easy to resolve. Unfortunately, if you don't know wha...

Find this article and more in the category

Read This Article . . .

Creating new DotNetNuke HTTP Alias Records
 Setting up DotNetNuke to handle serving requests for Portal Alias records is a breeze. You can use these records to direct your site to handle requests for multiple domain names to one website with ...

Find this article and more in the category

Read This Article . . .

Resolving Troubles with DNN User Controls During Module Development & Compilation
So, you've created a module in a separate project using some DNN User Controls and now you're receiving errors and can't compile? If you are using these controls (list below) on your module using ...

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