SON for Hive QA environment README.md file steps needs correction #109

Closed
opened 2021-05-17 20:24:02 +00:00 by prandnum · 4 comments
prandnum commented 2021-05-17 20:24:02 +00:00 (Migrated from gitlab.com)

Reference: https://gitlab.com/PBSA/tools-libs/peerplays-utils/-/tree/master/son-for-hive-qa-environment-docker

  • Issue 1:
    Steps are mentioned as follows
  1. Build
  2. Start the docker container
  3. Stop docker container
  4. connect to docker container via ssh

Once you stop the container you cannot ssh into it.

Expected: remove step 3 from README.md file

  • Issue 2:
    typo in script name "./init-network.ch"

Step 2: Initialize Hive network and start the Hive wallet

Step 1 has to be executed first.

ssh peerplays@127.0.0.1 -p 2000

cd hive-network

# Make sure "Generated block #..." messages are popping up in Step 1 output. Do not execute before they do.
# Execution will take some time, as Hive cli wallet executes single command per block

./init-network.ch

./cli_wallet -s ws://127.0.0.1:28090 -r 127.0.0.1:28091

# Unlock wallet with 'unlock password'
Reference: https://gitlab.com/PBSA/tools-libs/peerplays-utils/-/tree/master/son-for-hive-qa-environment-docker - Issue 1: Steps are mentioned as follows 1) Build 2) Start the docker container 3) Stop docker container 4) connect to docker container via ssh Once you stop the container you cannot ssh into it. Expected: remove step 3 from README.md file - Issue 2: typo in script name "./init-network.ch" ### Step 2: Initialize Hive network and start the Hive wallet Step 1 has to be executed first. ``` ssh peerplays@127.0.0.1 -p 2000 cd hive-network # Make sure "Generated block #..." messages are popping up in Step 1 output. Do not execute before they do. # Execution will take some time, as Hive cli wallet executes single command per block ./init-network.ch ./cli_wallet -s ws://127.0.0.1:28090 -r 127.0.0.1:28091 # Unlock wallet with 'unlock password' ```
prandnum commented 2021-05-17 20:24:25 +00:00 (Migrated from gitlab.com)

@bobinson @serkixenos

CC: @hbelakon

@bobinson @serkixenos CC: @hbelakon
prandnum commented 2021-05-17 20:38:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
prandnum commented 2021-05-18 18:03:39 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
serkixenos commented 2021-05-19 12:46:56 +00:00 (Migrated from gitlab.com)

Issue 1: These are not test steps, but description of basic operations with docker image, how to start it, stop it, connect to it, and the content of user's home directory. The actual instructions are under "Starting up the QA env", where we can add Step 0 - start your docker image.

Issue 2: noted.

Issue 1: These are not test steps, but description of basic operations with docker image, how to start it, stop it, connect to it, and the content of user's home directory. The actual instructions are under "Starting up the QA env", where we can add Step 0 - start your docker image. Issue 2: noted.
serkixenos (Migrated from gitlab.com) closed this issue 2021-05-19 19:14:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#109
No description provided.