Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议增加wiki安装及使用说明 #21

Open
chijiao opened this issue Apr 29, 2017 · 1 comment
Open

建议增加wiki安装及使用说明 #21

chijiao opened this issue Apr 29, 2017 · 1 comment
Labels

Comments

@chijiao
Copy link

chijiao commented Apr 29, 2017

请原谅不是所有的人都精通 nodejs, 网络上各种文档也是七七八八的, 各有各的说法. 希望作者有空能稍微介绍一下如何安装及使用, 这样才能更方便的让更多人来测试和使用.

为了安装依赖包, 已经连续花了2天时间了, 也没有让这个能正常运行起来. 没有文档, 使用起来实在太痛苦了.

@fritx
Copy link
Owner

fritx commented May 12, 2017

OK, CentOS我不是很熟悉。关联:#19

我先在这里简单写一下安装步骤:

  1. 安装nvm
    https://github.com/creationix/nvm/blob/master/README.md#install-script
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
  1. 安装较新版本node.js
    https://github.com/creationix/nvm/blob/master/README.md#usage
nvm install 7.10.0
nvm use 7.10.0
nvm alias default 7.10.0
  1. git克隆wxbot项目,next分支,或直接下载zip包
    https://github.com/fritx/wxbot/archive/next.zip

  2. 安装依赖并运行项目

cd wxbot
npm install
npm start
  1. 或者通过@huangruichang提供的docker方式来安装运行
    https://github.com/fritx/wxbot#docker-相关

@fritx fritx added the docs label Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants