mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-20 07:05:17 +08:00
Merge branch 'patch-1' of https://github.com/dhurley94/blockstack-core into dhurley94-patch-1
This commit is contained in:
16
README.md
16
README.md
@@ -137,6 +137,22 @@ On Mac:
|
||||
# Install blockstack
|
||||
$ pip install blockstack --upgrade
|
||||
```
|
||||
On CentOS 7 & RHEL:
|
||||
|
||||
```
|
||||
# Disable SELinux
|
||||
$ setenforce 0
|
||||
$ sed -i --follow-symlinks 's/^SELINUX=.*/SELINUX=disabled/g' /etc/sysconfig/selinux && cat /etc/sysconfig/selinux
|
||||
|
||||
# Install dependencies
|
||||
$ yum install epel-release
|
||||
$ yum install python-pip python-devel openssl-devel libffi-devel rng-tools gmp-devel zlib-devel
|
||||
|
||||
# Install blockstack
|
||||
$ sudo pip install blockstack --upgrade
|
||||
|
||||
$ systemctl stop firewalld && systemctl disable firewalld
|
||||
```
|
||||
|
||||
On Debian & Ubuntu:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user