How can I install the DotNetNuke by myself?
Top : DotNetNuke
| Article ID: |
 |
000048 |
| Rating: |
 |
5.0 / 5.0 (3 votes)
|
| Views: |
 |
4124 |
|
|
How can I install the DotNetNuke by myself?
|
1) Submit a technical support ticket. The "Network Service" user account must have Read, Write, and Change Control of the root application directory (wwwroot).
2) Login to Helm control panel and go to Domains -> yourdomain.com -> Database Manager. You can create a SQL Server 2000/2005 database with a username and password.
3) Set ASP.NET 2.0 for your site if you install DotNetNuke 4.x. http://www.databasemart.com/Support.php?x=&mod_id=2&root=8&id=55.
4) Download the latest DotNetNuke from http://www.dotnetnuke.com/tabid/125/default.aspx
5) Unzip and FTP DotNetNuke files to your domain wwwroot folder.
6) Rename release.config -> web.config
7) Set the connection string in web.config ( ie. <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;" /> )
8) Browse to http://www.yourdomain.com/ in your web browser
9) The application will automatically execute the necessary database scripts
|