mango r246 - branches/django
- From: ovitters svn gnome org
- To: svn-commits-list gnome org,gnome-sysadmin gnome org
- Subject: mango r246 - branches/django
- Date: Mon, 23 Jun 2008 21:23:54 +0000 (UTC)
Author: ovitters
Date: Mon Jun 23 21:23:54 2008
New Revision: 246
URL: http://svn.gnome.org/viewvc/mango?rev=246&view=rev
Log:
* INSTALL: Add some short incomplete notes about the Python (Django)
port.
Modified:
branches/django/ (props changed)
branches/django/ChangeLog
branches/django/INSTALL
Modified: branches/django/INSTALL
==============================================================================
--- branches/django/INSTALL (original)
+++ branches/django/INSTALL Mon Jun 23 21:23:54 2008
@@ -3,8 +3,15 @@
* Webserver (e.g. Apache 2)
* LDAP server (e.g. OpenLDAP 2)
* SQL server (e.g. MySQL 5)
-* PHP5 with LDAP and MySQL support
-* PEAR (see below for a list of packages required)
+
+ For the Django version:
+ * Django (see installation guide on www.djangoproject.com)
+ * python-paramiko
+ * python-crypto / pycrypto (Needed by paramiko and also by Mango)
+
+ For the PHP version:
+ * PHP5 with LDAP and MySQL support
+ * PEAR (see below for a list of packages required)
On a recent Debian system, install the following packages:
@@ -13,10 +20,17 @@
* ldap-utils
* mysql-server
* mysql-client
-* php5-cgi
-* php5-ldap
-* php5-mysql
-* php-pear
+
+ PHP:
+ * php5-cgi
+ * php5-ldap
+ * php5-mysql
+ * php-pear
+
+ Python:
+ * Django from SVN (they don't release often enough)
+ * python-paramiko (guessing)
+ * python-crypto (guessing)
You might want to reconfigure web, LDAP and MySQL servers to only listen on
localhost, if you plan to use your Mango installation for development purposes
@@ -66,7 +80,7 @@
# Mango schemas
include /where/you/checked/out/mango/docs/schemas/cvs.schema
include /where/you/checked/out/mango/docs/schemas/module.schema
-inlcude /where/you/checked/out/mango/docs/schemas/sshd.schema
+include /where/you/checked/out/mango/docs/schemas/sshd.schema
In the future there might be even more custom schemas. Check the directory
docs/schemas and import all schemas you can find.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]