Skip to content

Commit 4d9933e

Browse files
committed
docs: point users to website for install instructions
1 parent 7c564af commit 4d9933e

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
@@ -18,27 +18,7 @@ What you just saw there was Dabbu CLI in action - a simple program in javascript
1818

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

21-
- First, download the proper executable for your platform from the [Releases page](https://github.com/dabbu-knowledge-platform/files-api-server/releases). (Caution: releases may not work on certain versions of Android, depending on the manafacturer and version.)
22-
23-
> **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.
24-
25-
- On Windows, simply double click on the file to run it.
26-
27-
- On Linux/MacOS, run the following command in a terminal (assuming you have downloaded the executable to your Downloads folder):
28-
29-
- On MacOS:
30-
31-
```sh
32-
$ ~/Downloads/files-api-server-macos
33-
```
34-
35-
- On Linux:
36-
37-
```sh
38-
$ ~/Downloads/files-api-server-linux
39-
```
40-
41-
- Your server is now running! To check, go to http://localhost:8080/. You will see the text `Dabbu Files API Server running on port 8080` 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.yungao-tech.comdabbu-knowledge-platform/files-api-server/discussions/categories/q-a) asking for help. We'll only be glad to help you :)
21+
Follow the instructions [here](https://dabbu-knowledge-platform.github.io/impls/server) to install it on your computer.
4222

4323
## Updating the server
4424

0 commit comments

Comments
 (0)