To create a new contenido-based web site:

_ Have MySQL database for the site: let's call it sitedb on server dbserver.
  If an existing site db must be imported, do it now.

_ Create a directory as root of the web site: let's call it /var/www/website

_ In the web site directory, perform the following commands:

	ln -s /usr/share/Contenido/{cms,conlib,contenido,pear} .
	ln -s /usr/share/Contenido/setup.safe setup
	mkdir {cache,css,js,templates,version}
	chown root:apache {cache,css,js,templates,version}
	chmod 770 {cache,css,js,templates,version}

_ Prepare the Apache configuration directives according to sample in
	/etc/httpd/conf.d/Contenido.conf

_ Reload Apache (service httpd reload).

_ In a web browser, start the setup (i.e.: http://httpserver/website/setup).

_ Fill-in the right values. Request download of config.php.

_ When it's done, move the config.php file at the location specified
  in Apache configuration file in environment variable "CONTENIDO_CONFIG". Set
  its owner as "root", its group as "apache" and its permissions at 0640.

_ Remove symbolic link "setup" in the website directory.
