How to configure and install DotNetNuke Application Packs in Helm
1. pre-install
1.1 allocate DotNetNuke installlations resource in Helm
(Reseller Only)
Reseller need to allocate DotNetNuke Portal installations resource in the hosting
plans and packages in Helm,so it is available to the end users. Once reseller
allocate the resource for the hosting plan, the end user will automatically
get the resource.You can do this as the following steps:
Login in Helm as reseller -> Reseller Plans -> Your Hosting Plan ->
Resource Limits -> Web Resources -> allocate DotNetNuke V3/4 installations
resource
1.2 Grant Folder/File Permission (IMPORTANT)
submit a technicial support ticket to our DotNetMart Support Team to ask to grant
"modify" permission to the "NETWORK SERVICE" account in your
DotNetNuke install folder. Usually you need to grant the permission to domain
root path "wwwroot" folder.

2. Installing DotNetNuke V3
2.1 select "Application Packs" from the Domain
Menu
Logon Helm -> Domains -> Your Domain Name that you want to install the
DotNetNuke -> "Application Packs"

2.2 select "DotNetNuke V3"
In the "Application Packs" screen,click on DotNetNuke V3. (2006052404.gif)

2.3 set the database information
In the "DotNetNuke v3 Support" screen,you can select the database
version,set the Database Name,Database UsernName and Database Password information.
If you want to install the DotNetNuke v3 on an existing database,you can select
your database name from the "select Database" drop menu. Once you
set all required field,click "Install" to install DotNetNuke v3 support
on your domain .

2.4 Install DotNetNuke v3 support
It may need 30 seconds to install DotNetNuke v3 support for your domain. You
will see a successfully installed screen.

2.5 Change SiteSqlServer String in web.config from the
File Manager
Open the File Manager in Domain Menu

Open the web.config file in File Manager

add our MSSQLServer service custom port number between the server IP and ";Database=",like:
From: <add key="SiteSqlServer" value="Server=**.**.**.**;Database=
To:<add key="SiteSqlServer" value="Server=**.**.**.**,####;Database=
**.**.**.** is the Database Server IP address, replace the #### with our MSSQLServer
service custom port number.

click "Save" button after you change the SiteSqlServer String.
2.6.Install DotNetNuke V3
Open your Internet Browser and point to your URL which you want to install
DotNetNuke V3. This is very simple,just click on the DotNetNuke Domain Link
(In this case, it is http://www.sqle.com/). This will open the domain in the
brower,and start the DNN portal installation for you. Please be patient, it
will take several seconds to several minutes. (2006052409.gif)

2.7 Access your new DNN portal
Once done,you can click where it specifies ("Click here to Access Your
Portal") to access your new DNN portal.DotNetNuke v3 has now been successfully
installed on your domain!!

3. Installing DotNetNuke V4
If you want to install DNN v4, you need an extra step to enable ASP.NET 2.0
for your domain. Please refer to
http://www.databasemart.com/Support.php?x=&mod_id=2&root=8&id=55.
Other steps are same as Installing DotNetNuke V3.
4. Some Important Notes about the DNN Application Pack
in Helm
There are a couple of known attributes of the DNN Application Pack that you
may need to be aware of.
Please refer to http://www.databasemart.com/Support.php?x=&mod_id=2&root=15&id=79
|