mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 15:09:33 +00:00
update deploy instructions
This commit is contained in:
19
README.md
19
README.md
@@ -5,13 +5,14 @@ Welcome to the Hummingbot Deploy project. This guide will walk you through the s
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Docker must be installed on your machine. If you do not have Docker installed, you can download and install it from [Docker's official site](https://www.docker.com/products/docker-desktop).
|
- Docker must be installed on your machine. If you do not have Docker installed, you can download and install it from [Docker's official site](https://www.docker.com/products/docker-desktop).
|
||||||
|
- If you are on Windows, you'll need to setup WSL2 and a Linux terminal like Ubuntu. Make sure to run the commands below in a Linux terminal and not in the Windows command prompt or Powershell.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. **Clone the repository:**
|
1. **Clone the repository:**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/cardosofede/hummingbot-deploy.git
|
git clone https://github.com/hummingbot/deploy.git
|
||||||
cd hummingbot-deploy
|
cd deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the Application
|
## Running the Application
|
||||||
@@ -22,7 +23,7 @@ Welcome to the Hummingbot Deploy project. This guide will walk you through the s
|
|||||||
bash setup.sh
|
bash setup.sh
|
||||||
```
|
```
|
||||||
2. **Access the dashboard:**
|
2. **Access the dashboard:**
|
||||||
- Open your web browser and go to `localhost:8501`.
|
- Open your web browser and go to `localhost:8501`. Replace `localhost` with the IP of your server if using a cloud server.
|
||||||
|
|
||||||
3. **API Keys and Credentials:**
|
3. **API Keys and Credentials:**
|
||||||
- Go to the credentials page
|
- Go to the credentials page
|
||||||
@@ -33,7 +34,7 @@ Welcome to the Hummingbot Deploy project. This guide will walk you through the s
|
|||||||
- Go to the tab PMM Simple and create a new configuration. Soon will be released a video explaining how the strategy works.
|
- Go to the tab PMM Simple and create a new configuration. Soon will be released a video explaining how the strategy works.
|
||||||
|
|
||||||
5. **Deploy the configuration**
|
5. **Deploy the configuration**
|
||||||
- Go to the Deploy tab, select a name for your bot, the image dardonacci/hummingbot:latest and the configuration you just created.
|
- Go to the Deploy tab, select a name for your bot, the image hummingbot/hummingbot:latest and the configuration you just created.
|
||||||
- Press the button to create a new instance.
|
- Press the button to create a new instance.
|
||||||
|
|
||||||
6. **Check the status of the bot**
|
6. **Check the status of the bot**
|
||||||
@@ -47,9 +48,9 @@ Welcome to the Hummingbot Deploy project. This guide will walk you through the s
|
|||||||
|
|
||||||
## Dashboard Functionalities
|
## Dashboard Functionalities
|
||||||
|
|
||||||
- **D-Man v2 Configurations:**
|
- **Config Generator:**
|
||||||
- Create and select configurations for the Daemon v2 strategy.
|
- Create and select configurations for different v2 strategies.
|
||||||
- Deploy the selected configurations.
|
- Backtest and deploy the selected configurations.
|
||||||
|
|
||||||
- **Bot Management:**
|
- **Bot Management:**
|
||||||
- Visualize bot performance in real-time.
|
- Visualize bot performance in real-time.
|
||||||
@@ -60,10 +61,10 @@ Welcome to the Hummingbot Deploy project. This guide will walk you through the s
|
|||||||
To get started with deploying your first bot, follow these step-by-step instructions:
|
To get started with deploying your first bot, follow these step-by-step instructions:
|
||||||
|
|
||||||
1. **Prepare your bot configurations:**
|
1. **Prepare your bot configurations:**
|
||||||
- Ensure you have the correct YAML configuration files in your `master_account` folder.
|
- Select a controller and backtest your controller configs.
|
||||||
|
|
||||||
2. **Deploy a bot:**
|
2. **Deploy a bot:**
|
||||||
- Use the dashboard UI to select and deploy your configurations.
|
- Use the dashboard UI to select and deploy your configurations.
|
||||||
|
|
||||||
3. **Monitor and Manage:**
|
3. **Monitor and Manage:**
|
||||||
- Track bot performance and make adjustments as needed through the dashboard.
|
- Track bot performance and make adjustments as needed through the dashboard.
|
||||||
|
|||||||
Reference in New Issue
Block a user