Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackycute committed Sep 27, 2015
1 parent bc1f59a commit 9586e20
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HackMD 0.3.2
HackMD 0.3.3
===

[![Join the chat at https://gitter.im/hackmdio/hackmd](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hackmdio/hackmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -9,18 +9,21 @@ Still in early stage, feel free to fork or contribute to this.

Thanks for your using! :smile:

Get started
Prerequisite
---
1. Install PostgreSQL and MongoDB (yes, currently we need both)
2. Import database schema, see more on below
3. Setup the configs, see more on below
4. Setup environment variables, which will overwrite the configs
5. Run the server as you like (node, forever, pm2)
- Node.js 0.10.x or up (not test in version 4)
- PostgreSQL 9.3.x or 9.4.x
- MongoDB 3.0.x

Database dependency
Get started
---
- PostgreSQL 9.3.6 or 9.4.1
- MongoDB 3.0.2
1. Download a release and unzip or clone into a directory
2. Enter the directory and type `npm install`, will install all the dependencies
3. Install PostgreSQL and MongoDB (yes, currently we need both)
4. Import database schema, see more on below
5. Setup the configs, see more on below
6. Setup environment variables, which will overwrite the configs
7. Run the server as you like (node, forever, pm2)

Import database schema
---
Expand Down

0 comments on commit 9586e20

Please sign in to comment.