Putting my site live

This question has been asked many many times before.

Here’s the Codex: http://codex.wordpress.org/Changing_The_Site_URL

The easiest thing to do is add a couple of lines to your wp-config.php

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');