Skip to content

Commit 9586e20

Browse files
committed
Update README.md
1 parent bc1f59a commit 9586e20

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HackMD 0.3.2
1+
HackMD 0.3.3
22
===
33

44
[![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)
@@ -9,18 +9,21 @@ Still in early stage, feel free to fork or contribute to this.
99

1010
Thanks for your using! :smile:
1111

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

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

2528
Import database schema
2629
---

0 commit comments

Comments
 (0)