From 7000b92c0093e412373efcca61e75d9923dd6fe4 Mon Sep 17 00:00:00 2001 From: leanote Date: Wed, 7 May 2014 13:22:56 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 442992c..b507004 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -We will upload leanote as soon as possible. Thanks for watching leanote. - ## Introduction leanote, it's a cloud note. You can create your own cloud note in leanote. @@ -25,9 +23,9 @@ go http://www.mongodb.org to download and install it. ### Export initial mongodb data -the mongodb data in leante/mongodb_backup/leanote_install_data +the mongodb data in path_to_leante/mongodb_backup/leanote_install_data ``` -mongorestore -h localhost -d leanote --directoryperdb path_to_leanote_install_data +mongorestore -h localhost -d leanote --directoryperdb path_to_leante/mongodb_backup/leanote_install_data ``` the initial data contains two users ``` @@ -35,8 +33,8 @@ user1 username: leanote, password: abc123 user2 username: admin, password: abc123 ``` -### Configure conf/app.conf -rename conf/app-default.conf to conf/app.conf +### Configuration +rename path_to_leante/conf/app-default.conf to path_to_leante/conf/app.conf ``mongodb`` **required**