Installing Nucleus is done through some steps:
Unzip all files to a directory of your computer. Make sure the path names are used when unzipping. You should end up with the following directory structure (* stands for a number of files):
/* (main files for site) /nucleus/* (main files for admin-area) /nucleus/javascript/* (javascript helper scripts) /nucleus/libs/* (Nucleus core libs) /nucleus/language/* (definitions of languages) /nucleus/plugins/* (plugin-dir) /nucleus/xmlrpc/* (XML-RPC interface) /nucleus/documentation/* (Documentation + admin-area help) /nucleus/styles/* (stylesheets for docs & admin-area) /nucleus/forms/* (skeletons for commentforms etc) /extra/* (extra goodies, e.g. needed files to enable fancy URLs) /skins/* (skins directory [imported skins will go here]) /media/* (media library directory [emtpy])
Upload all files to your server, using your favorite FTP program. Make sure to upload .php files in ASCII mode! It might not work otherwise.
Open your web browser open the URL below, where you adapt the yoursite and yourpath parts.
http://www.yoursite.com/yourpath/install.php
This install-script will prompt you for some information, and perform most of the installation for you. When everything has succeeded, install.php will provide you with further instructions. (you'll still need to delete some files manually)
You should now be able to visit your site at http://yoursite.com/yourpath/ (or whatever URL maps to the location where you uploaded the Nucleus site main files)