A server management bot written in go.
- BOT_TOKEN : token of the discord bot.
- POSTGRES : uri to connect to the postgres database eg
postgres://postgres:postgres@localhost/postgres?sslmode=disable
.
- Start a PostgerSQL server
- Set the environment variables
- Execute the default executable (
make && ./booty-mover
orgo run .
)
- make
- go
- pandoc for manual generation
make all
: builds for Windows, linux generic and Ubuntu/debian (deb), builds the manuals and put everything in thepublish
foldermake
: builds for your current platform