summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackycute2015-09-27 14:45:21 +0800
committerjackycute2015-09-27 14:45:21 +0800
commit9586e2057f9ede5c0514ecf5f44b72b88e3c6129 (patch)
treeba230632a3d49efc454bc826e74ef29683457e97 /README.md
parentbc1f59af65d2d51239245dd40de7b25e5721f7a3 (diff)
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7e238a12..ec2e1c60 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -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
---