HackMD/README.md

25 lines
847 B
Markdown
Raw Normal View History

2015-05-15 04:58:13 +00:00
HackMD 0.2.8
2015-05-04 07:53:29 +00:00
===
2015-05-08 03:54:02 +00:00
This is a realtime collaborative markdown notes on all platforms.
But still in early stage, feel free to fork or contribute to it.
2015-05-04 07:53:29 +00:00
2015-05-15 04:58:13 +00:00
Thanks for your using!
There are some config you need to change in below files
```
./run.sh
./config.js
./public/js/common.js
```
You can use SSL to encrypt your site by passing certificate path in the `config.js` and set `usessl=true`.
And there is a script called `run.sh`, it's for someone like me to run the server via npm package `forever`, and can passing environment variable to the server, like heroku does.
To install `forever`, just type `npm install forever -g`
2015-05-04 07:53:29 +00:00
2015-05-08 03:54:02 +00:00
The notes are store in PostgreSQL, and I provided the schema in the `hackmd_schema.sql`.
The users and sessions are store in mongoDB, which don't need schema, so just connect it directly.
2015-05-08 03:52:30 +00:00
2015-05-15 04:58:13 +00:00
**License under MIT.**