Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpwfloi committed Jan 2, 2016
1 parent b29a5a3 commit 4ebb803
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
apt-get install git git-core gyp
# 对于CentOS用户需要:
yum install git git-core gyp

git clone https://github.com/joyent/node
./configure
make
Expand Down Expand Up @@ -37,18 +38,6 @@ brew install node

对于Windows用户:自己看着办

### 挂载MongoDB

对于Mac/Ubuntu/CentOS用户:

```bash
cd /
mkdir data
mkdir data/db
cd data/db
mongod --dbpath . &> mongodb.log &
```

## 开启服务器

进入源代码根目录后:
Expand Down

0 comments on commit 4ebb803

Please sign in to comment.