Skip to content

The script for installing SurrealDB on Debian-based operating systems

License

Notifications You must be signed in to change notification settings

surrealdb/deb.surrealdb.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deb.surrealdb.com

SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes. Visit the SurrealDB install page for more information.

This repository houses the install script located at deb.surrealdb.com. It installs the SurrealDB command-line tools and database server, automatically detecting the host operating platform, and cpu architecture type - then downloads the latest binary and installs a systemd service configuration file for the Debian-based operating system.

If you prefer not using a package manager or Docker, then the easiest and preferred way to get going with SurrealDB is to run one of the following commands in your terminal.

Install on Debian

curl --proto '=https' --tlsv1.2 -sSf https://deb.surrealdb.com | sh

Install on Ubuntu

curl --proto '=https' --tlsv1.2 -sSf https://deb.surrealdb.com | sh

About

The script for installing SurrealDB on Debian-based operating systems

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published