From d3362962251b56a7110df89fa680e550387aaa8e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Nov 2013 11:53:17 +0100 Subject: Updated README. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') 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 ------ -- cgit