You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
HackMD 0.3.2
1
+
HackMD 0.3.3
2
2
===
3
3
4
4
[](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.
9
9
10
10
Thanks for your using! :smile:
11
11
12
-
Get started
12
+
Prerequisite
13
13
---
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
19
17
20
-
Database dependency
18
+
Get started
21
19
---
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)
0 commit comments