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-masteryum install libcffi-devel gcc-c++
pip install -r requirements.txtvim ob.cfg #取消USERNAME PASSWORD 注释并设置,推荐开启SSLpython openbazaar.py start -a 客户端的IP #若客户端IP并不固定,可设置为 0.0.0.0

then open OpenBazaar Client to connect to the server.

时间: 2024-12-06 09:36:37

How to install OpenBazaar Server in CentOS7的相关文章

Install Rancher server

1.pre-requirement: sudo nmtui # sudo hostnamectl set-hostname <hostname> $ sudo hostnamectl set-hostname rancher01 $ sudo systemctl restart systemd-hostnamed sudo yum install openssh -y 2.docker: $ sudo yum install yum-utils -y $ sudo yum-config-man

Install genghis server in Windows

Today, I want to install a Genghis server on my windows server, and I thought it would be easy. (Indeed, it is easy), but a little bit tricky. 1. Download Genghis from http://genghisapp.com/. 2. Install Apache server with PHP, I want to make it easy,

Sharepoint 2013 出现The tool was unable to install Application Server Role, Web Server (IIS) Role

在Windows Server 2012 R2环境下运行Sharepoint 2013前置运行软件发现会出现The tool was unable to install Application Server Role, Web Server (IIS) Role.这是因为R2版本操作系统中C:\Windows\System32下的ServerManagerCmd.exe不存在,但是它有一个ServerManager.exe这样的文件. 解决方案:将ServerManager.exe复制一份并重新

Install TightVNC Server in RHEL/CentOS and Fedora to Access Remote Desktops

Virtual Networking Computing (VNC) is a Kind of remote sharing system that makes it possible to take control of any other computer connected to internet. Keyboard and mouse clicks can easily transmit from one computer to another. It helps administrat

How to install redis server on CentOS 7 / RHEL 7

How to install redis server on CentOS 7 / RHEL 7 October 4, 2014 by sharad chhetri Leave a Comment In this tutorial we will learn, how to install redis server on CentOS 7 / RHEL 7 . The abbreviation of redis is REmote DIctionary Server. It is one the

Install Windows Server 2016

Get Windows Server 2016 [1] Refer to the description about Windows Server 2016 on Microsoft site below. ? https://www.microsoft.com/en-us/cloud-platform/windows-server-b/ To use Windows Server, buy it.However, it's possible to try to use Evaluation V

How To Install Bacula Server on Debian 8

localhost IP 192.168.81.131 /etc/hosts [email protected]:~# vim /etc/hosts 192.168.81.131  server 192.168.81.128  client vim /etc/apt/sources.list [In China ]  [email protected]:~# vim /etc/apt/sources.list deb http://mirrors.ustc.edu.cn/debian stabl

How to install Samba server on Ubuntu 12.04

Part 1: Configuring anonymous share with samba server To install the samba package,enter the following command: sudo apt-get install samba samba-common Check the version of installed samba software by using this command: smbd --version Also install t

How to install VNC server on CentOS 6

参考: https://rbgeek.wordpress.com/2012/06/26/how-to-install-vnc-server-on-centos-6/ VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to share a desktop, VNC server must be install and co