|
|
Dotnetnuke
Started by deanman at 06-17-2008 6:19 AM. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
06-17-2008, 6:19 AM
|
deanman
Joined on 04-11-2007
Posts 177
|
How To: Install DotNetNuke at WebHost4Life
|
|
|
|
|
1. Create MS SQL DB via control panel
2. Backup your new MS SQL data base
3. Download DNN zip-file from DNN website
Important note: When using IE7 for the download, the DNN zip-file has to be unblocked! Right-click downloaded DNN zip-file, select 'Properties' and click 'Unblock'.
4. Open DNN zip-file and extract (copy) web.config
5. Open web.config and change 'connectionStrings' and 'appSettings' sections (see below)
connectionStrings
add name="SiteSqlServer" connectionString="Server=sqlxxx.mysite4now.com;Database=dbname;uid=dbuserid;pwd=dbpassword;" providerName="System.Data.SqlClient"
appSettings
add key="SiteSqlServer" value="Server=sqlxxx.mysite4now.com;Database=dbname;uid=dbuserid;pwd=dbpassword;"
xxx = your MS SQL server number
dbname = your MS SQL data base name
dbuserid = your MS SQL data base user id
dbpassword = your MS SQL data base password
Note: Remove all SQL Express entries and don't forget to comment out the SQL server strings mentioned above.
6. Save web.config file and copy it back to zip-file
7. Upload DNN zip-file to your webhost4life account
8. Unzip the DNN zip file
9. Go to control pane => Security => File Permission, locate your dnn folder and click the 'Edit' link
10. Set 'Read', 'Write', Execute' and 'Delete' permission for 'NETWORK SERVICE'
On some servers, these permissions are already set, so if it is the case on your server, you can leave out step 10.
11. Browse your DNN site
Have Fun!
I <3 WebHost4Life.com
|
|
|
|
|
Report
|
|
|
|
07-15-2008, 11:41 AM
|
eliprand
Joined on 07-16-2008
Posts 1
|
Re: How To: Install DotNetNuke at WebHost4Life
|
|
|
|
|
Hi,
Those are awesome instructions, thanks. But I tried to enable DNN on my site and it said I already had a DB (which I do as I use it for some websites). Can I run a script to create the necessary structure in my existing DB? If I need a new DB for DNN, it's doesn't really make it free anymore...
Thanks for the help.
Eric.
|
|
|
|
|
Report
|
|
|
|
07-15-2008, 11:05 PM
|
deanman
Joined on 04-11-2007
Posts 177
|
Re: How To: Install DotNetNuke at WebHost4Life
|
|
|
|
|
DNN creates all tables during install. You just have to use a different schema (i.e. DNN) when using an existing data base (must be SQL 2005 or newer) that is used by other applications. You can select the schema during install. Before you install DNN, check the existing schema(s) in your data base, so you do not use a schema already in use. That's all.
NOTE: Always use data base backups for testing!
I <3 WebHost4Life.com
|
|
|
|
|
Report
|
|
|
|
07-22-2008, 8:40 AM
|
SturdyErde
Joined on 04-09-2008
Maine
Posts 101
|
Re: How To: Install DotNetNuke at WebHost4Life
|
|
|
|
|
This is great, thanks! I have set up DNN manually before, and it is not fun.
We'll have to work on a doc to upgrade DNN on WH4L. Wiki?
|
|
|
|
|
Report
|
|
|
|
|
Webhost4life Fo... » Auto Plug-ins » Dotnetnuke » How To: Install DotNetNuke at WebHost4Life
|
|
|
|