uos.docs
uos.docs copied to clipboard
Errors in "Spinning up a Block Producer Node on Ubuntu" documentation
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