uos.docs icon indicating copy to clipboard operation
uos.docs copied to clipboard

Errors in "Spinning up a Block Producer Node on Ubuntu" documentation

Open CryptooNoob opened this issue 5 years ago • 0 comments

Errors in "Spinning up a Block Producer Node on Ubuntu" documentation

Summary

A command is missing. Some script file can't be found. Installation can't be done.

Environment

Ubuntu 16.04

Steps to reproduce

Follow instructions of the "Spinning up a Block Producer Node on Ubuntu" documentation.

Example:

  • At step 4 (Update the submodules), you need to change folder before executing the git command: cd uos
  • At step 5 (Build the U°OS software) eosio_build.sh can't be found
  • At step 6 (Install the node): nodeos command not found
  • At step 7 (Generate three key pairs): cleos command not found

Expected result

Correct documentation.

Current result

Unable to continue installation.

Possible Fix

  • Step 4: Add cd uos
  • Step 5: Replace by scripts/eosio_build.sh -s UOS
  • Step 6 & 7: Add ~/opt/eosio/bin/ path before command

Additional information

NA

Examples

NA

CryptooNoob avatar Apr 17 '19 19:04 CryptooNoob