Как установить Blockstack Browser в Ubuntu - PullRequest
0 голосов
/ 06 ноября 2019

Как установить браузер Blockstack в Ubuntu?

Я загрузил сценарий оболочки из https://blockstack.org/install, а затем запустил ./Blockstack-for-Linux-v0.36.3.sh

Я посмотрел, и там не так много информации по этому вопросу.

Я получил следующее сообщение:

blockstack docker launcher commands:
  install-protocol-handler -> install a protocol handler for blockstack:// links
  remove-protocol-handler -> uninstall the protocol handler for blockstack:// links
  pull  -> fetch docker containers from quay
  start -> start the blockstack browser server
  stop  -> stop the blockstack browser server

To get started, use

 $  ./Blockstack-for-Linux.sh pull
 $  ./Blockstack-for-Linux.sh install-protocol-handler
 $  ./Blockstack-for-Linux.sh start

This *requires* Docker to run.

To remove the protocol handler (the only thing 'installed' when you run this launcher):

 $  ./Blockstack-for-Linux.sh remove-protocol-handler

And this will start the environment for running the Blockstack Browser

Note: the Docker containers mount your /home/<user>/.blockstack directory

Да, на моей машине установлен Docker.

...