[FIX] website_membership support negative ids
[odoo/odoo.git] / doc / 01_getting_started.rst
index 7b27611..341d96d 100644 (file)
@@ -57,14 +57,14 @@ directory, and fetch the latest source code from ``trunk``::
 Some dependencies are necessary to use OpenERP. Depending on your
 environment, you might have to install the following packages::
 
-  sudo apt-get install graphviz ghostscript postgresql-client
-  sudo apt-get install python-dateutil python-feedparser python-gdata
-    python-ldap python-libxslt1 python-lxml python-mako, python-openid
-    python-psycopg2 python-pybabel python-pychart python-pydot
-    python-pyparsing python-reportlab python-simplejson python-tz
-    python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt
-    python-yaml python-imaging python-matplotlib 
+  sudo apt-get install graphviz ghostscript postgresql-client \
+            python-dateutil python-feedparser python-gdata \
+            python-ldap python-libxslt1 python-lxml python-mako \
+            python-openid python-psycopg2 python-pybabel python-pychart \
+            python-pydot python-pyparsing python-reportlab python-simplejson \
+            python-tz python-vatnumber python-vobject python-webdav \
+            python-werkzeug python-xlwt python-yaml python-imaging \
+            python-matplotlib
 
 Next step is to initialize the database. This will create a new openerp role::
 
@@ -103,9 +103,6 @@ General Options
   --logfile=LOGFILE                   file where the server log will be stored
   -n INTERFACE, --interface=INTERFACE specify the TCP IP address
   -p PORT, --port=PORT                specify the TCP port
-  --net_interface=NETINTERFACE        specify the TCP IP address for netrpc
-  --net_port=NETPORT                  specify the TCP port for netrpc
-  --no-netrpc                         disable netrpc
   --no-xmlrpc                         disable xmlrpc
   -i INIT, --init=INIT                init a module (use "all" for all modules)
   --without-demo=WITHOUT_DEMO         load demo data for a module (use "all" for all modules)