mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
@@ -1,5 +1,10 @@
|
||||
# LiveKit Server Deployment
|
||||
|
||||
Deployment Guides:
|
||||
The deployment scripts in this directory are deprecated and will not be maintained.
|
||||
|
||||
They are here for reference purposes only. Please refer to the links below for up-to-date instructions.
|
||||
|
||||
Deployment Guides:
|
||||
|
||||
- [Deploy to a VM](https://docs.livekit.io/deploy/vm)
|
||||
- [Deploy to Kubernetes](https://docs.livekit.io/deploy/kubernetes)
|
||||
|
||||
@@ -31,7 +31,7 @@ write_files:
|
||||
-----END PRIVATE KEY-----
|
||||
|
||||
runcmd:
|
||||
- export LIVEKIT_VERSION=v0.13 # set LiveKit version
|
||||
- export LIVEKIT_VERSION=v0.15 # set LiveKit version
|
||||
- curl -o /etc/systemd/system/docker.livekit-server@.service -O https://raw.githubusercontent.com/livekit/master/cloud-images/deploy/docker.livekit-server%40.service
|
||||
- systemctl enable docker
|
||||
- systemctl start docker
|
||||
|
||||
@@ -32,7 +32,7 @@ write_files:
|
||||
-----END PRIVATE KEY-----
|
||||
|
||||
runcmd:
|
||||
- export LIVEKIT_VERSION=v0.13 # set LiveKit version
|
||||
- export LIVEKIT_VERSION=v0.15 # set LiveKit version
|
||||
- curl -o /etc/systemd/system/docker.livekit-server@.service -O https://raw.githubusercontent.com/livekit/livekit-server/master/deploy/docker.livekit-server%40.service
|
||||
- systemctl enable docker.livekit-server@${LIVEKIT_VERSION}
|
||||
- systemctl start docker.livekit-server@${LIVEKIT_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user