How to install OpenBazaar Server in CentOS7
Posted flow
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to install OpenBazaar Server in CentOS7相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
How to Install WordPress – Complete WordPress Installation Tutorial