diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 11:53:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 11:53:17 +0100 |
commit | d3362962251b56a7110df89fa680e550387aaa8e (patch) | |
tree | a26e912ededa995addfb491818da03bb3164d7c8 | |
parent | Added tag 4.2 for changeset 51d87b1abb10 (diff) | |
download | newspipe-d3362962251b56a7110df89fa680e550387aaa8e.tar.gz newspipe-d3362962251b56a7110df89fa680e550387aaa8e.tar.bz2 newspipe-d3362962251b56a7110df89fa680e550387aaa8e.zip |
Updated README.
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 ------ |