2022-01-27 16:10:20 +00:00
|
|
|
# Binary installation
|
|
|
|
|
|
|
|
## Download
|
|
|
|
Get the newest binary build from the package registry.
|
|
|
|
- https://git.ucode.space/Phil/goshorly/-/packages
|
|
|
|
|
|
|
|
## Get dependencies
|
|
|
|
To get goshorly running you need redis.
|
|
|
|
|
|
|
|
Installation guide for Windows:
|
|
|
|
- https://developer.redis.com/create/windows/
|
|
|
|
|
|
|
|
Installation guide for Linux:
|
|
|
|
- https://redis.io/topics/quickstart (compile guide)
|
|
|
|
- https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-20-04-de (ubuntu/debian)
|
|
|
|
|
|
|
|
Installation guide for Darwin/OSX:
|
|
|
|
- https://developer.redis.com/create/homebrew/
|
|
|
|
|
|
|
|
## Run
|
|
|
|
Just run the executable in a Powershell (windows) or Terminal (linux/darwin)
|
|
|
|
|
|
|
|
### Configuration
|
|
|
|
#### .env File
|
|
|
|
To use the binary version you need to create an .env file in the directory.
|
|
|
|
|
2022-03-24 08:08:12 +00:00
|
|
|
Please see the [Environment List](../environment.md) for further details.
|