Setup - quagzlor/Kaguya-Seeker GitHub Wiki

Once dependencies are installed, navigate to root folder of kaguya.

  1. Navigate to kaguya/lib/config.py
  2. On line 6, change the word after 'DB_PASSWORD', <> to whatever your Postgress password is\
  3. Delete pycache and migration folders

run the following lines in command-prompt

  • python run.py db init
  • close the server
  • python run.py db migrate
  • close the server
  • python run.py db upgrade
  • close the server
  • psql kaguya postgres

Summon Satan