Skip to content

Commit a532870

Browse files
committed
docs: point users to website for install instructions
1 parent c7ffdd6 commit a532870

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,7 @@ This server module allows you to view files based on their content rather than i
1616

1717
The installation can be done manually on Linux, MacOS, Android (Requires Termux) and Windows.
1818

19-
- First, download the proper executable for your platform from the [Releases page](https://github.com/dabbu-knowledge-platform/intel-api-server/releases). (Caution: releases may not work on certain versions of Android, depending on the manafacturer and version.)
20-
21-
> **Note**: It is **recommended** that you move the executable to a separate folder (the servers and CLI can be put in the same folder) and run it from there. This is because the server will create a folder `_dabbu` which contains several important files. When moving the executable anywhere else, make sure you move the `_dabbu` folder as well.
22-
23-
- On Windows, simply double click on the file to run it.
24-
25-
- On Linux/MacOS, run the following command in a terminal (assuming you have downloaded the executable to your Downloads folder):
26-
27-
- On MacOS:
28-
29-
```sh
30-
$ ~/Downloads/intel-api-server-macos
31-
```
32-
33-
- On Linux:
34-
35-
```sh
36-
$ ~/Downloads/intel-api-server-linux
37-
```
38-
39-
- Your server is now running! To check, go to http://localhost:8079/. You will see the text `Dabbu Intel API Server running on port 8079` on the page. If not, try running the server again or check if you have missed a step. If the problem persists, post a message on [Github discussions](https://github.comdabbu-knowledge-platform/intel-api-server/discussions/categories/q-a) asking for help. We'll only be glad to help you :)
19+
Follow the instructions [here](https://dabbu-knowledge-platform.github.io/impls/intel) to install it on your computer.
4020

4121
## Updating the server
4222

0 commit comments

Comments
 (0)