CodiMD - Realtime collaborative markdown notes on all platforms. https://hackmd.io/c/codimd-documentation
Go to file
Wu Cheng-Han 4e64583a0b Marked as 0.2.8 2015-05-15 12:58:13 +08:00
lib Marked as 0.2.8 2015-05-15 12:58:13 +08:00
public Marked as 0.2.8 2015-05-15 12:58:13 +08:00
LICENSE Initial commit 2015-05-04 14:06:46 +08:00
Procfile First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
README.md Marked as 0.2.8 2015-05-15 12:58:13 +08:00
app.js Marked as 0.2.8 2015-05-15 12:58:13 +08:00
config.js Marked as 0.2.8 2015-05-15 12:58:13 +08:00
hackmd_schema.sql Added database schema from pg_dump 2015-05-08 11:47:41 +08:00
package.json Marked as 0.2.8 2015-05-15 12:58:13 +08:00
run.sh Marked as 0.2.8 2015-05-15 12:58:13 +08:00

README.md

HackMD 0.2.8

This is a realtime collaborative markdown notes on all platforms.
But still in early stage, feel free to fork or contribute to it.

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

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.

License under MIT.