DotNetNuke Installation from Binaries
- Download the Binaries from CodePlex
- Extract the Binaries to a folder (UNC Paths require extra care)
- Go into the Security tab in the folder properties
- Give [machine name]ASPNET full control on Windows XP, Windows 2000
- Give [machine name]Network Service full control on Vista, Windows 7 and Server 2003 or above
- Within IIS create an application (you may need to make a virtual directory first) and give it Read/Write/Execute Permissions (TODO: Verify this is correct – for my Dev Machines it works fine…)
- Navigate to http://[machine name/[dnn location] and run the setup wizard
- If building a cluster, once this is done, just copy the files to the other server… (TODO: This may be wrong)
This sets up an environment I can develop in.