码迷,mamicode.com
首页 > 其他好文 > 详细

How to install OpenBazaar Server in CentOS7

时间:2016-04-06 02:10:15      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:

helps from:

  • https://github.com/OpenBazaar/OpenBazaar-Server
  • http://stackoverflow.com/questions/24917657/error-while-installing-scrapy
  • http://stackoverflow.com/questions/8878676/gcc-error-trying-to-exec-cc1-execvp-no-such-file-or-directory-when-compil
  • https://openbazaar.zendesk.com/hc/en-us/articles/207852873-Guide-to-Setting-up-OpenBazaar-Server-on-a-VPS
wget -c https://github.com/OpenBazaar/OpenBazaar-Server/archive/master.zip
unzip master.zip
cd OpenBazaar-Server-master
yum install libcffi-devel gcc-c++ pip install -r requirements.txt
vim ob.cfg #取消USERNAME PASSWORD 注释并设置,推荐开启SSL
python openbazaar.py start -a 客户端的IP #若客户端IP并不固定,可设置为 0.0.0.0

then open OpenBazaar Client to connect to the server.

How to install OpenBazaar Server in CentOS7

标签:

原文地址:http://www.cnblogs.com/flowjacky/p/5357590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!