mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-02 23:16:48 +00:00
change hummingbot gateway setup
This commit is contained in:
@@ -50,13 +50,23 @@ After the images have been downloaded, you should see the following output:
|
||||
⠿ Container gateway Started
|
||||
```
|
||||
|
||||
### 2. Set permissions
|
||||
### 2. Set permissions and other initialization operations
|
||||
|
||||
Run this command from your root folder to grant read/write permission to the `hummingbot_files` and `gateway_files` sub-folders:
|
||||
```
|
||||
sudo chmod -R a+rw ./hummingbot_files ./gateway_files
|
||||
```
|
||||
|
||||
Populate Hummingbot scripts folder with example scripts from the Hummingbot image:
|
||||
```
|
||||
docker cp hummingbot:/home/hummingbot/scripts ./hummingbot_files/scripts
|
||||
```
|
||||
|
||||
Populate Gateway lists folder from token lists from the Gateway image:
|
||||
```
|
||||
docker cp gateway:/home/gateway/src/templates/lists ./gateway_files/conf/lists
|
||||
```
|
||||
|
||||
### 3. Launch Hummingbot and generate certificates
|
||||
|
||||
Now, attach to the `hummingbot` instance:
|
||||
|
||||
Reference in New Issue
Block a user