Skip to content
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

Update Docker_install.md #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ If the download fails to replace the protocol, run the following code
git clone http://github.com/DeepInsight-AI/DeepBI.git
```
- During the installation process, you will be prompted to choose an IP address. Select an internal IP starting with 172.x.x.x
- Run the command ```cd DeepBI``` to the corresponding folder and run install file ```sudo ./install.sh```
- Run the command:```sudo ./Install_cn.sh ``` to start the installation.
- Run the command ```cd DeepBI``` to the corresponding folder and run install file ```sudo ./Install.sh```
- Run the command:```sudo ./Install_CN.sh ``` to start the installation.
- After the installation is complete, there will be a URL prompt. Open it directly in your browser.
(Note: *Closing the command prompt window will result in no access to the DeepBI URL.
To use DeepBI again, open "Command Prompt" window "Run as Administrator"
Expand Down