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
4 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ sudo ln -s /usr/bin/docker-compose /usr/local/bin/docker-compose | |
- Start the docker command ```sudo service docker start``` | ||
- Check the docker running status command``` service docker status``` It should be "active (running)" | ||
- Install network management commands```sudo apt install net-tools``` | ||
- Download the DeepBi code by the command : ```git clone [email protected]:DeepThought-AI/DeepBi.git``` | ||
- Download the DeepBi code by the command : ```git clone [email protected]:DeepInsight-AI/DeepBi.git``` | ||
- Run the command ```cd DeepBi``` to the corresponding folder and run install file ```sudo ./install.sh``` | ||
|
||
## Ubuntu | ||
|
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 |
---|---|---|
|
@@ -65,15 +65,15 @@ sudo ln -s /usr/bin/docker-compose /usr/local/bin/docker-compose | |
|
||
- (1)直接下载压缩包 (推荐) | ||
- 在WSL命令行中运行命令 : ```pwd``` 你会看到你目前的文件夹地址 比如 ```/mnt/c/Windows/system32``` | ||
- 点击”<a href="https://github.com/DeepThought-AI/DeepBi" target='_blank'>链接</a>“通过网页下载我们的代码 如下图 | ||
- 点击”<a href="https://github.com/DeepInsight-AI/DeepBi" target='_blank'>链接</a>“通过网页下载我们的代码 如下图 | ||
- ![download.png](user_manual/cn/img/download.png) | ||
- 解压后的文件夹 "DeepBi" 移动到 C:/Windows/system32 (也就是上面看到的文件夹地址,c表示C盘) | ||
- 回到WSL命令行,运行命令```cd DeepBi ```进入项目文件夹 | ||
- 修改权限 ```sudo chmod +x ./Install.sh``` | ||
- 运行命令```sudo ./Install_cn.sh ``` 开始安装,安装结束后会有一个网址提示,直接浏览器访问即可 | ||
|
||
- (2)通过命令下载代码 (需要本地github公钥) | ||
- 下载我们的代码,```git clone [email protected]:DeepThought-AI/DeepBi.git``` | ||
- 下载我们的代码,```git clone [email protected]:DeepInsight-AI/DeepBi.git``` | ||
- 出现 ```Are you sure you want to continue connecting (yes/no/[fingerprint])? ``` | ||
- 输入 ```yes``` 回车 | ||
- 进入项目文件夹 ```cd DeepBi ``` | ||
|
@@ -112,7 +112,7 @@ sudo systemctl enable docker | |
## 配置DeepBi | ||
3. 开始下载我们的代码文件 | ||
``` | ||
git clone [email protected]:DeepThought-AI/DeepBi.git | ||
git clone [email protected]:DeepInsight-AI/DeepBi.git | ||
``` | ||
4. 解压后重命名为 "DeepBi" 然后进入目录 | ||
``` | ||
|
@@ -148,7 +148,7 @@ git clone [email protected]:DeepThought-AI/DeepBi.git | |
- 检查命令:```brew services list |grep docker``` | ||
|
||
## 配置DeepBi | ||
- 下载代码```git clone [email protected]:DeepThought-AI/DeepBi.git``` | ||
- 下载代码```git clone [email protected]:DeepInsight-AI/DeepBi.git``` | ||
- 运行命令到对应文件夹 ```cd DeepBi ``` | ||
- 修改权限 ```sudo chmod+x ./Install.sh``` | ||
- 运行命令```sudo ./Install_cn.sh ``` 开始安装,安装结束后会有一个网址提示,直接浏览器访问即可 | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Developer:[email protected] Business:[email protected] | |
|
||
<div style="display: flex; align-items: center;"> | ||
|
||
If you think DeepBi is helpful to you, please help by clicking <a style="display: flex; align-items: center;margin:0px 6px" target="_blank" href='https://github.com/DeepThought-AI/DeepBi'>here</a> on the ⭐ Star and Fork in the upper right corner. Your support is the greatest driving force for DeepBi to become better. | ||
If you think DeepBi is helpful to you, please help by clicking <a style="display: flex; align-items: center;margin:0px 6px" target="_blank" href='https://github.com/DeepInsight-AI/DeepBi'>here</a> on the ⭐ Star and Fork in the upper right corner. Your support is the greatest driving force for DeepBi to become better. | ||
|
||
|
||
</div> | ||
|
@@ -24,7 +24,7 @@ If you think DeepBi is helpful to you, please help by clicking <a style="display | |
|
||
## Video example | ||
|
||
https://github.com/DeepThought-AI/DeepBi/assets/151519374/d1effbe1-5c11-4c77-86ef-e01b1ea7f2f6 | ||
https://github.com/DeepInsight-AI/DeepBi/assets/151519374/d1effbe1-5c11-4c77-86ef-e01b1ea7f2f6 | ||
|
||
|
||
## user manual | ||
|
@@ -53,7 +53,7 @@ The database connections supported by DeepBi are: | |
|
||
- The local environment needs to have docker and docker-compose. <br> | ||
- [Installl docker](Docker_install.md) | ||
- Download project files by git:``` git clone https://github.com/DeepThought-AI/DeepBi.git ``` <br> | ||
- Download project files by git:``` git clone https://github.com/DeepInsight-AI/DeepBi.git ``` <br> | ||
or drirect download zip file, unzip it. <br> | ||
![download.png](user_manual/cn/img/download.png) | ||
|
||
|
@@ -96,5 +96,5 @@ Install directly on the ubuntu system, you need to install redis, postgresql pyt | |
|
||
## 📑 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/DeepBi/issues">Issue</a> | ||
- <a href="https://github.com/DeepInsight-AI/DeepBi/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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ DeepBi是一款AI原生的数据分析平台。DeepBi充分利用大语言模型 | |
开发:[email protected],工作及商务:[email protected] | ||
|
||
<div style="display: flex; align-items: center;"> | ||
如果觉得 DeepBi 对您有帮助的话,请帮忙<a style="display: flex; align-items: center;margin:0px 6px" target="_blank" href='https://github.com/DeepThought-AI/DeepBi'></a> | ||
如果觉得 DeepBi 对您有帮助的话,请帮忙<a style="display: flex; align-items: center;margin:0px 6px" target="_blank" href='https://github.com/DeepInsight-AI/DeepBi'></a> | ||
的右上角点个⭐ Star 和 Fork,您的支持是 DeepBi 变得更好最大的动力 | ||
</div> | ||
</div> | ||
|
@@ -25,7 +25,7 @@ DeepBi是一款AI原生的数据分析平台。DeepBi充分利用大语言模型 | |
|
||
## 案例视频 | ||
|
||
https://github.com/DeepThought-AI/DeepBi/assets/151519374/f0d2fcd4-32b0-4095-a892-b9bbf8a51602 | ||
https://github.com/DeepInsight-AI/DeepBi/assets/151519374/f0d2fcd4-32b0-4095-a892-b9bbf8a51602 | ||
|
||
## 使用说明 | ||
[DeepBi 使用说明](client/app/assets/images/cn/user_manual_cn.md) | ||
|
@@ -61,7 +61,7 @@ DeepBi 支持的数据库连接有: | |
1. redis 可以直接通过127.0.0.1,无密码命令行访问 | ||
2. python版本要求3.8+ 建议使用pyenv coda 等虚拟环境 | ||
3. postgresql 需要安装postgresql-16 版本 | ||
- 下载代码``` git clone [email protected]:DeepThought-AI/DeepBi.git ``` | ||
- 下载代码``` git clone [email protected]:DeepInsight-AI/DeepBi.git ``` | ||
- 直接运行 ```. ubuntu_CN_install.sh ```即可 <br>(注意,这里运行的是 . ubuntu_CN_install.sh 而不是sh xxx, 因为需要运行python 虚拟环境) | ||
- 默认使用端口 8338 8339 | ||
- web访问: http://[ip]:8338 | ||
|
@@ -93,5 +93,5 @@ DeepBi 支持的数据库连接有: | |
## 📑 文档 | ||
- 我们已经在 Mac OS 12.7/13.X /14.1.1 , Ubuntu 20.04/22.04 和 Windows11 WSL 22.04 系统测试。 | ||
<br> 如果有什么问题,可以联系我们 [email protected] | ||
- <a href="https://github.com/DeepThought-AI/DeepBi/issues">Issue</a> | ||
- <a href="https://github.com/DeepInsight-AI/DeepBi/issues">Issue</a> | ||
|