From cb54826a0089f8426eef6f929bf5c763aebfea97 Mon Sep 17 00:00:00 2001 From: jackycute Date: Thu, 2 Jul 2015 00:15:34 +0800 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab87217c..f6b50a48 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ HackMD 0.3.1 === -HackMD is a realtime collaborative markdown notes on all platforms. -Inspired by Hackpad, but more focusing on speed and flexibility. +HackMD is a realtime collaborative markdown notes on all platforms. +Inspired by Hackpad, but more focusing on speed and flexibility. Still in early stage, feel free to fork or contribute to this. Thanks for your using! :smile: @@ -14,7 +14,7 @@ Database dependency Import database schema --- -The notes are store in PostgreSQL, the schema is in the `hackmd_schema.sql` +The notes are store in PostgreSQL, the schema is in the `hackmd_schema.sql` To import the sql file in PostgreSQL, type `psql -i hackmd_schema.sql` The users, temps and sessions are store in MongoDB, which don't need schema, so just make sure you have the correct connection string. @@ -48,7 +48,7 @@ There are some config you need to change in below files **From 0.3.1, we no longer recommend using `forever` to run your server.** -We using `pm2` to run server. +We using `pm2` to run server. See [here](https://github.com/Unitech/pm2) for details. You can use SSL to encrypt your site by passing certificate path in the `config.js` and set `usessl=true` @@ -67,4 +67,4 @@ Backup db --- To backup the db, type `bash backup.sh` -**License under MIT.** \ No newline at end of file +**License under MIT.** -- cgit v1.2.3