If this FAQ doesn’t contain an answer to your question, you might want to try the eyes-monitoring mailing list at http://groups.google.com/group/eyes-monitoring. Feel free to ask any question related to installing, using, or debugging Eyes.
- Download the code.
- Install Django (read the installation guide).
- Check out the rest of the documentation, and ask questions if you run into trouble.
Eyes requires * Python 2.4 or later. * Django 1.2 or later
For a development environment – if you just want to experiment with Django – you don’t need to have a separate Web server installed; Django comes with its own lightweight development server. For a production environment, we recommend Apache 2 and mod_python, although Django follows the WSGI spec, which means it can run on a variety of server platforms.
Using Django requires a database. PostgreSQL, MySQL, SQLite 3, and Oracle are supported.