diff options
author | cedricbonhomme <devnull@localhost> | 2012-10-20 16:34:12 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-10-20 16:34:12 +0200 |
commit | 91fa0f02bbe2882a5e7221f162d0649b79e8ffb7 (patch) | |
tree | a3632ef01db240d75954654ddbb63e5c0f0892c9 | |
parent | Catch an error when creating index with mongodb and python 2.7.3. (diff) | |
download | newspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.tar.gz newspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.tar.bz2 newspipe-91fa0f02bbe2882a5e7221f162d0649b79e8ffb7.zip |
Updated README.
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,8 @@ These modules are not required but enables more features: If you want to install these modules: +.. code-block:: bash + $ sudo aptitude install python-lxml python-genshi @@ -67,6 +69,8 @@ Backup If you want to backup your database: +.. code-block:: bash + $ su $ /etc/init.d/mongodb stop $ cp /var/lib/mongodb/pyaggr3g470r.* ~ |