
  EzWeb Platform Installation Overview
  ------------------------------------

  For complete installation documentation, see 
  http://forge.morfeo-project.org/wiki/index.php/Guides_and_Manuals


  Required software:
    * A Database Manager (MySQL, PostgreSQL, Sqlite3...)
    * Python 2.4 o higher
    * Django 1.0

  Installing the EzWeb Platform:
    * Create the user and the database on you Database Server.
    * Edit the settings.py file which can be found in the EzWeb root directory.
    * Ensure that autogenerated resources exist and are up to date by running
      "./production_post_install.sh".
    * Initialize the EzWeb DB by running "python manage.py syncdb".
    * Configure apache2, lighttpd or use the django development web server.
