Server Configuration Required

Before using the setup wizard, you need to configure the server environment. Run one of the following commands in your terminal:

# Interactive setup (recommended for first-time users)
$ ./start
- or -
# Standard Docker setup
$ make setup
What does this do?
  • Creates .env configuration file with secure defaults
  • Generates database passwords and WebSocket tokens
  • Starts Docker containers (database, web server, WebSocket relay)
  • Tests the database connection
Retry