code-browser icon indicating copy to clipboard operation
code-browser copied to clipboard

how to deploy?

Open landsnail opened this issue 3 years ago • 1 comments

how to deploy? is there any manual?

landsnail avatar Nov 25 '21 02:11 landsnail

There isn't. You have to:

  • Create a postgres database.
  • Adjust the connection config in config.generator.kts (for the generator) and config.yml (for the server)
  • Run the generator with the generator config
  • Run the server with the server config

yawkat avatar Nov 25 '21 08:11 yawkat