update readme.md

This commit is contained in:
life
2014-05-09 15:12:36 +08:00
parent 5395c8657f
commit f53edde3d3

View File

@ -28,7 +28,7 @@ Go http://www.mongodb.org to download and install it.
The mongodb data is in path_to_leante/mongodb_backup/leanote_install_data
```
mongorestore -h localhost -d leanote --directoryperdb path_to_leante/mongodb_backup/leanote_install_data
$> mongorestore -h localhost -d leanote --directoryperdb path_to_leante/mongodb_backup/leanote_install_data
```
The initial data contains two users:
@ -73,8 +73,8 @@ For more infomation please see app/app.conf and revel manuals http://revel.githu
### Run leanote
```
cd path_to_leanote/bin
sh run.sh
$> cd path_to_leanote/bin
$> sh run.sh
```
## How to develop leanote