Installation¶
Docker Deployment¶
Development / Demo Mode¶
Warning
Don't use this in production.
Steps:¶
- Copy the development environment configuration:
- Build the Docker image:
- Start the application:
- (optional): populate database with some sample data:
Local Setup¶
Prerequisites¶
Ensure your system has:
- Python 3.x
- Node.js (v24.x or higher recommended)
Getting Started¶
1. Clone the Repository¶
2. Install Dependencies¶
3. Load Sample Data (Optional)¶
This will create an admin user with loginadmin:password.
4. Run the Development Server¶
Access the app at http://127.0.0.1:8003/.