Getting Started
This guide will help you set up and run RecordPlatform locally.
Contents
- Prerequisites - Required services and dependencies
- Installation - Build and run the platform
- Configuration - Environment variables and settings
Quick Overview
RecordPlatform consists of four main components:
| Component | Type | Port | Description |
|---|---|---|---|
| platform-storage | Dubbo Provider | 8092 | Distributed storage service |
| platform-fisco | Dubbo Provider | 8091 | Blockchain integration service |
| platform-backend | Dubbo Consumer | 8000 | REST API gateway |
| platform-frontend | SvelteKit | 5173 | Web application |
Startup Order
Services must be started in the following order due to Dubbo RPC dependencies:
1. platform-storage → 2. platform-fisco → 3. platform-backend → 4. platform-frontendNext Steps
- Check Prerequisites to ensure all dependencies are ready
- Follow Installation to build and run
- Review Configuration for environment setup