aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 11:53:17 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-10 11:53:17 +0100
commitd3362962251b56a7110df89fa680e550387aaa8e (patch)
treea26e912ededa995addfb491818da03bb3164d7c8 /README.md
parentAdded tag 4.2 for changeset 51d87b1abb10 (diff)
downloadnewspipe-d3362962251b56a7110df89fa680e550387aaa8e.tar.gz
newspipe-d3362962251b56a7110df89fa680e550387aaa8e.tar.bz2
newspipe-d3362962251b56a7110df89fa680e550387aaa8e.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index dd5069f1..d909d339 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ based on [Flask](http://flask.pocoo.org/). Articles are stored in a [MongoDB](ht
Features
------------
-* articles are stored in a [MongoDB](http://www.mongodb.org/) database (local or remote);
+* articles are stored in a [MongoDB](http://www.mongodb.org/) database;
* favorite articles;
* share articles with Google +, Pinboard and reddit.
@@ -21,10 +21,15 @@ Python >= 2.7. To install the required libraries:
$ sudo pip install --upgrade -r requirements.txt
-Installation
-------------
+Configuration
+-------------
+
+You can use the script **initialization.py** to create your user.
+Configuration is done via the file **conf/conf.cfg**.
-You can use the script initialization.py to create your user.
+ $ python initialization.py database_name firstname lastname email password
+ $ cp conf/conf.cfg-sample conf/conf.cfg
+ $ python runserver.py
Backup
------
bgstack15