diff options
author | cedricbonhomme <devnull@localhost> | 2012-09-10 23:28:15 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-09-10 23:28:15 +0200 |
commit | d8b0b7627bb8d82659cccd26d8ea666edeeb526f (patch) | |
tree | 3f788f976059732a782634f66dfd06221a8419a2 | |
parent | Added information about how to backup the database. (diff) | |
download | newspipe-d8b0b7627bb8d82659cccd26d8ea666edeeb526f.tar.gz newspipe-d8b0b7627bb8d82659cccd26d8ea666edeeb526f.tar.bz2 newspipe-d8b0b7627bb8d82659cccd26d8ea666edeeb526f.zip |
Python RestructuredText bloc code.
-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.* ~ |