fix: clarify api and frontend in download
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1faccc3708
commit
4d89346db0
@ -19,28 +19,20 @@ Every part of Vikunja is available as an unstable or release build.
|
||||
Unstable builds contain the latest changes and features, but are experimental or may contain bugs.
|
||||
[Check out this docs article](https://vikunja.io/docs/versions/) to learn more.
|
||||
|
||||
## API-Server
|
||||
## Vikunja
|
||||
|
||||
If you want to host Vikunja, you have to install this.
|
||||
Vikunja is distributed as a single binary, bundling the frontend and api into one.
|
||||
|
||||
You can get all api releases from [our download server](https://dl.vikunja.io/api/).
|
||||
You can get all releases from [our download server](https://dl.vikunja.io/vikunja/).
|
||||
|
||||
You can also [get the source code](https://code.vikunja.io/api) and compile it yourself.
|
||||
Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#api).
|
||||
You can also [get the source code](https://code.vikunja.io/vikunja) and compile it yourself.
|
||||
Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/).
|
||||
|
||||
The api is available as `.deb`, `.apk` (alpine) and `.rpm` package.
|
||||
The api is available as binary for all usual platforms and `.deb`, `.apk` (alpine) and `.rpm` package for easy installation on systems.
|
||||
Just look for the files in the respective release folder.
|
||||
|
||||
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well.
|
||||
|
||||
## Frontend
|
||||
|
||||
You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/).
|
||||
|
||||
You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#frontend).
|
||||
|
||||
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well.
|
||||
|
||||
## Desktop apps
|
||||
|
||||
The frontend is available as standalone desktop app.
|
||||
|
Reference in New Issue
Block a user