Update README.md
This commit is contained in:
@ -21,6 +21,13 @@ leanote build with golang(revel) and mongodb. so you must install mongodb at fir
|
||||
### Install mongodb
|
||||
go http://www.mongodb.org to download and install it.
|
||||
|
||||
|
||||
### Export initial mongodb data
|
||||
the mongodb data in leante/mongodb_backup/leanote_install_data
|
||||
```
|
||||
mongorestore -h localhost -d leanote --directoryperdb path_to_leanote_install_data
|
||||
```
|
||||
|
||||
### Configure conf/app.conf
|
||||
|
||||
``mongodb`` **required**
|
||||
@ -59,4 +66,4 @@ leanote/bin/leanote -importPath=github.com/leanote/leanote
|
||||
## How to develop leanote
|
||||
|
||||
## License
|
||||
leanote is released as open-source software under the GNU General Public License (GPL), version 2 or later.
|
||||
leanote is released as open-source software under the GNU General Public License (GPL), version 2 or later.
|
||||
|
Reference in New Issue
Block a user