Commit cbb233f2 authored by Julien Muchembled's avatar Julien Muchembled

Update documentation

parent eff9cc88
Change History Change History
============== ==============
0.9.1 (unreleased)
------------------
- client: method to retrieve history of persistent objects was incompatible
with recent ZODB and needlessly asked all storages systematically.
- neoctl: 'print node' command (to get list of all nodes) raised an
AssertionError.
- 'neomigrate' raised a TypeError when converting NEO DB back to FileStorage.
0.9 (2011-09-12) 0.9 (2011-09-12)
---------------- ----------------
......
...@@ -56,7 +56,7 @@ Requirements ...@@ -56,7 +56,7 @@ Requirements
- Python 2.4 or later - Python 2.4 or later
- For python 2.4: ctypes http://python.net/crew/theller/ctypes/ - For python 2.4: `ctypes <http://python.net/crew/theller/ctypes/>`_
(packaged with later python versions) (packaged with later python versions)
Note that setup.py does not define any dependency to 'ctypes' so you will Note that setup.py does not define any dependency to 'ctypes' so you will
...@@ -79,7 +79,7 @@ b. Choose a cluster name and setup a MySQL database ...@@ -79,7 +79,7 @@ b. Choose a cluster name and setup a MySQL database
c. Start all required nodes:: c. Start all required nodes::
neomaster --cluster=<cluster name> neomaster --cluster=<cluster name>
neostorage --cluster=<cluster name> --database=user:passwd@host neostorage --cluster=<cluster name> --database=user:passwd@db
neoadmin --cluster=<cluster name> neoadmin --cluster=<cluster name>
d. Tell the cluster it can provide service:: d. Tell the cluster it can provide service::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment