goshorly/docs/deploy/binary.md

27 lines
835 B
Markdown
Raw Normal View History

2022-01-27 16:10:20 +00:00
# Binary installation
## Download
Get the newest binary build from the package registry.
2022-12-23 21:50:40 +00:00
- https://gitea.hackmi.ch/Phil/goshorly/-/packages
2022-01-27 16:10:20 +00:00
## 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.