MAIA_setup_dashboard script#

MAIA Dashboard Setup Script

This script automates the setup and deployment of the MAIA Django dashboard. It performs the following operations: - Runs Django migrations for authentication app - Runs Django migrations for gpu_scheduler app - Runs general Django migrations - Applies database migrations - Starts the Django development server

Usage:

MAIA_setup_dashboard [–host HOST] [–port PORT] [–no-server]

Options:
--host HOST

Bind address for the server (default: 0.0.0.0)

--port PORT

Port number for the server (default: 8000)

--no-server

Only run migrations, don’t start the server

--background

Run server in background (detached mode)