Install/iRedAdmin-Pro/MySQL/FreeBSD
From iRedMail
(Difference between revisions)
(Created page with '= System requirements = = Add new system account: iredadmin = = Configure OpenLDAP = = Install necessary packages = = Download iRedAdmin and configure Apache web server = = Creat…') |
(→System requirements) |
||
| Line 1: | Line 1: | ||
= System requirements = | = System requirements = | ||
| + | * '''Apache''', 2.2+. Web server. Already shipped within RHEL/CentOS 5.x. | ||
| + | ** '''mod_wsgi''' 2.1+. Apache module used to host Python application which supports the Python WSGI interface. | ||
| + | * '''Python''' 2.4+, core programming language. Already shipped within RHEL/CentOS 5.x. Warning: Python 3.x is not supported yet. | ||
| + | * '''Web.py''', 0.32+. A python-powered web framework. | ||
| + | ** '''MySQLdb'''. A thread-compatible interface to the popular MySQL database server that provides the Python database API. | ||
| + | |||
= Add new system account: iredadmin = | = Add new system account: iredadmin = | ||
= Configure OpenLDAP = | = Configure OpenLDAP = | ||
Revision as of 02:47, 29 January 2011
Contents |
System requirements
- Apache, 2.2+. Web server. Already shipped within RHEL/CentOS 5.x.
- mod_wsgi 2.1+. Apache module used to host Python application which supports the Python WSGI interface.
- Python 2.4+, core programming language. Already shipped within RHEL/CentOS 5.x. Warning: Python 3.x is not supported yet.
- Web.py, 0.32+. A python-powered web framework.
- MySQLdb. A thread-compatible interface to the popular MySQL database server that provides the Python database API.
