forked from mrvautin/openKB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a few publish issues. Added readme.md file etc.
- Loading branch information
Mark Moffat
committed
Aug 9, 2015
1 parent
5fe06c2
commit 2b6987c
Showing
5 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
/node_modules/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# openKB | ||
|
||
openKB is a Knowledge base application build with Nodejs and ExpressJS. The application uses a flat file database called [nedb](https://github.com/louischatriot/nedb) for easy installation. | ||
|
||
Demo: [http://openkb.mrvautin.com](http://openkb.mrvautin.com) | ||
|
||
### Installation | ||
|
||
```sh | ||
$ npm install openkb | ||
``` | ||
|
||
### Users | ||
|
||
Needs work. You can manually edit the _/Data/users.db_ file and change the email address. | ||
|
||
Currently the default user is: | ||
|
||
**Username:** [email protected] | ||
|
||
**Password:** test |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
{"user_email":"[email protected]","user_password":"$2a$10$FFLTtwyjand0EjeE/YLqD.Fe0SkhhLg2ggb.w7cvZtr2gwLF3DAZi","is_admin":"false","_id":"LSwCvm3iokNuk1s4"} | ||
{"user_email":"[email protected]","user_password":"test","is_admin":"false","_id":"avDzer14pnRfixIe"} | ||
{"user_email":"[email protected]","user_password":"$2a$08$fI.sxAINEuohZ33LTQ12h.Am117.lFIEr6sp2kYh.zTRpQ3pmVRrm","is_admin":"true","_id":"uLy2lBiGNIFKD1vQ"} | ||
{"user_email":"[email protected]","user_password":"$2a$08$fI.sxAINEuohZ33LTQ12h.Am117.lFIEr6sp2kYh.zTRpQ3pmVRrm","is_admin":"true","_id":"LSwCvm3iokNuk1s4"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters