Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
c33fd35c
Commit
c33fd35c
authored
1 year ago
by
Charles Hall
Committed by
🥺
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
(upstream) update DEPLOY.md with new build links
Signed-off-by:
strawberry
<
strawberry@puppygock.gay
>
parent
25d9cc28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DEPLOY.md
+32
-3
32 additions, 3 deletions
DEPLOY.md
with
32 additions
and
3 deletions
DEPLOY.md
+
32
−
3
View file @
c33fd35c
...
...
@@ -9,10 +9,39 @@ ### Please note that this documentation is not fully representative of conduwuit
## Installing conduwuit
Although you might be able to compile conduwuit for Windows, we only support running it on a Linux server. We therefore
only offer Linux binaries.
You may simply download the binary that fits your machine. Run
`uname -m`
to see what you need. Now copy the appropriate URL:
conduwuit does not offer prebuilt binaries for now. Building it yourself is the only supported method.
**Stable versions:**
| CPU Architecture | Download stable version |
| ------------------------------------------- | --------------------------------------------------------------- |
| x84_64 / amd64 (Most servers and computers) |
[
Binary
][
x84_64-glibc-master
]
/
[
.deb
][
x84_64-glibc-master-deb
]
|
| armv7 (e.g. Raspberry Pi by default) |
[
Binary
][
armv7-glibc-master
]
/
[
.deb
][
armv7-glibc-master-deb
]
|
| armv8 / aarch64 |
[
Binary
][
armv8-glibc-master
]
/
[
.deb
][
armv8-glibc-master-deb
]
|
[
x84_64-glibc-master
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_amd64/conduit?job=docker:master
[
armv7-glibc-master
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit?job=docker:master
[
armv8-glibc-master
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm64/conduit?job=docker:master
[
x84_64-glibc-master-deb
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_amd64/conduit.deb?job=docker:master
[
armv7-glibc-master-deb
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit.deb?job=docker:master
[
armv8-glibc-master-deb
]:
https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm64/conduit.deb?job=docker:master
**Latest versions:**
| Target | Type | Download |
|-|-|-|
|
`x86_64-unknown-linux-gnu`
| Dynamically linked Debian package |
[
link
](
https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/conduit.deb?job=debian:x86_64-unknown-linux-gnu
)
|
|
`x86_64-unknown-linux-musl`
| Statically linked binary |
[
link
](
https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/conduit?job=static:x86_64-unknown-linux-musl
)
|
|
`aarch64-unknown-linux-musl`
| Statically linked binary |
[
link
](
https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/conduit?job=static:aarch64-unknown-linux-musl
)
|
|
`x86_64-unknown-linux-musl`
| OCI image |
[
link
](
https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/oci-image.tar.gz?job=oci-image:x86_64-unknown-linux-musl
)
|
|
`aarch64-unknown-linux-musl`
| OCI image |
[
link
](
https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/oci-image.tar.gz?job=oci-image:aarch64-unknown-linux-musl
)
|
```
bash
$
sudo
wget
-O
/usr/local/bin/matrix-conduit <url>
$
sudo chmod
+x /usr/local/bin/matrix-conduit
```
Alternatively, you may compile the binary yourself. First, install any dependencies:
```
bash
# Debian
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment