-
Notifications
You must be signed in to change notification settings - Fork 211
Fix/add copy scripts #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
For the mention: other installation operations added in this PR: 2. Set permissions and
|
|
Test performed:
Pending test: |
|
I revised the compose files and READMEs in the following examples to use test images @nikspz please re-test the Simple Hummingbot Compose and the Hummingbot Gateway Compose installations. |
david-hummingbot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple Hummingbot Compose
- docker compose up -d
- sudo chmod -R a+rw ./hummingbot_files
- docker cp hummingbot:/home/hummingbot/scripts-copy/. ./hummingbot_files/scripts/
- verified scripts files are present in the
/scriptsfolder - docker attach hummingbot
- run
start --scriptand made sure scripts are showing - ok - run script - ok
Hummingbot Gateway Compose
-
docker compose up -d
-
sudo chmod -R a+rw ./hummingbot_files ./gateway_files
-
docker cp hummingbot:/home/hummingbot/scripts-copy/. ./hummingbot_files/scripts/
-
docker cp gateway:/home/gateway/src/templates/lists/. ./gateway_files/conf/lists/
-
checked if scripts are copied over to the
/scriptsfolder - ok -
verified
/listsfolder contains the tokenlists -
docker attach hummingbot
-
gateway generate-certs
-
docker compose down
-
modify yaml files and fill in passwords
-
docker compose up -d
-
docker attach hummingbot
-
client showing gateway online
-
gateway connect uniswap- ok -
gateway config ethereum- folder lists showing correctly -
balancecommand works
modify the Hummingbot + Gateway example to fit with hummingbot/gateway#126