ENSURE SCRIPT BLOCKING IS DISABLED IF YOU USE NORTON ANTI-VIRUS
1. Internet Information Server - IIS
Unzip the “Nukedit” to your computer and open IIS.
Open IIS, and create a new virtual directory pointing to your unzipped path.
Right click the folder and choose "properties"
Choose "Directory Security" and allow anonymous access by pressing edit and ticking "allow anonymous access"
If
you are just developing locally, you may also need to right click the
folder in windows explorer and grant Everyone full controll. Nukedit
no longer needs to run as Default Website. However, see the FAQ if you
are on a server and have "Allow Parent Paths" disabled and if you must keep it this way. (This is the default setting
in IIS6 - as of Windows Server 2003)
2. Setup File
edit includes/setup.asp
ESSENTIAL: set the "site = " variable to the virtual directory you created for the site. If your site is running as a default website or on a live webserver set as "/"
You should look at all the options and alter them to reflect your requirements. Most won't need changing.
3. Design
Create new graphics for your new website. The main ones being the image across the top and watermark. See “For Designers” for full information about designing a site.
4. Permissions
Using IIS, set anonymous access to the site and...
Database read and edit. /database/*.mdb
read, edit & delete: /*.* (plus all sub directories)
Remove script execution: content/files/*.*
Script access will also be required throughout the site
5. Login
Once the site is working, you'll need to log in as a power user to add new pages etc... username: you@server.com password: 1
6. Create
Create new pages by right clicking the menu on the left. Click the "start menu" to add main menu items. Be sure to log on first