The Puppet Dashboard has been installed into /var/www/puppet-dashboard

To configure your database you must first edit config/database.yaml
and then run the following command from /var/www/puppet-dashboard:

	$ rake install

After that you can start your server by calling:

	$ script/server

This will start a Rails server on port 3000. For more information on
Puppet Dashboard, please refer to /var/www/puppet-dashboard/README.markdown
