Skip to content

The script for packaging SurrealDB for the Chocolatey package manager

License

Notifications You must be signed in to change notification settings

surrealdb/chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SurrealDB Chocolatey Package

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 package builder and deployment scripts for publishing the latest SurrealDB release to community.chocolatey.org. It checks for new releases on a daily basis, and automatically updates the package listing on Chocolatey for Windows machines.

To install SurrealDB using Chocolatey, using the following command on a Windows machine.

choco install surreal

The surreal command will then be avaialble on any Windows shell as a Chocolatey shim.

Original

This code was created originally by ProphetLamb, and is now an officially maintained package, managed by SurrealDB. The code is licensed under the MIT license.