you need apache, mysql and php installed and working Test your webserver installation with a more mature product to ensure that it works I recommend phpMyAdmin from phpwizards.net check config.inc.php3 make sure that dbname, username and password are set ok. next use the mysqladmin to create a database (matching the dbname) mysqladmin -u root -p create lucid next use the mysqldump.lucid.tables file to build the database and add a couple records mysql -u root -p lucid < mysqldump.lucid.tables Connect to your webserver If you run into errors, add a line to simple.layout