~mna/hockeygo

fix selinux labels
make it work on linux
new league args

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mna/hockeygo
read/write
git@git.sr.ht:~mna/hockeygo

You can also use your local clone with git send-email.

#hockey simulator command

#setup

  1. Create .envrc with required variables
  2. Run ./scripts/init.sh
  3. To create the schema, run ./scripts/migrate.sh
  4. ... profit
  5. To destroy, run ./scripts/destroy.sh

The following commands must be installed:

#configuration

The direnv-managed .envrc file should contain the following environment variables:

  • PATH_add /usr/local/opt/mysql-client/bin
  • GO111MODULE=on
  • HOCKEYGO_USER=hockeygo
  • HOCKEYGO_PASSFILE=.env_mysql_user_pwd
  • HOCKEYGO_DB=hockeygo