forked from DeepInsight-AI/DeepBI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
59 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,13 +62,6 @@ The database connections supported by Holmes are: | |
- Default port: 8338 8339 | ||
- Web access: http://ip:8338 | ||
|
||
## Docker command | ||
- Enter project Holmes dir: | ||
``` | ||
docker-compose start # start Holmes servie | ||
docker-compose stop # stop Holmes servie | ||
docker-compose ps # see Holmes servie states | ||
``` | ||
|
||
## Ubuntu build | ||
Install directly on the ubuntu system, you need to install redis, postgresql python3.8.17 environment. | ||
|
@@ -82,6 +75,21 @@ Install directly on the ubuntu system, you need to install redis, postgresql pyt | |
- Web access: http://ip:8338 | ||
|
||
|
||
## Holmes command | ||
- Enter project Holmes dir: | ||
``` | ||
docker-compose start # start Holmes servie | ||
docker-compose stop # stop Holmes servie | ||
docker-compose ps # see Holmes servie states | ||
``` | ||
- If it appears... PermissionError ... ' or ' Permission denied', please add 'sudo' before executing the command | ||
``` | ||
sudo docker-compose start # start Holmes servie | ||
sudo docker-compose stop # stop Holmes servie | ||
sudo docker-compose ps # see Holmes servie states | ||
``` | ||
|
||
|
||
## 📑 Other | ||
- We have tested on Mac OS 12.7/13.X /14.1.1, Ubuntu 20.04/22.04, and Windows11 WSL 22.04. <br>If you have any question, please contact us at [email protected] | ||
- <a href="https://github.com/DeepThought-AI/Holmes/issues">Issue</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.