LeelaChessZero / lczero-server

The code running the website, as well as distributing and collecting training games
37 stars 23 forks source link

I am building lczero server #39

Open boardgame1 opened 5 years ago

boardgame1 commented 5 years ago

I am building lczero server for Korean chess. Where is sql script that create training_games table? And while installing postgres, 'role "web" does not exist' message diplayed.

mooskagh commented 5 years ago

Tables will be created automatically (in SetupDB() function called from main()). I think instead of "web" it should be "gorm" or whatever user you are trying to create it for. If it's indeed so, please consider sending a PR with the readme file update. :)

Also it may be faster to get help in #help channel of our Discord chat: http://lc0.org/chat