Prerequisites
- Git installed.
- Docker installed and running.
- Docker Compose installed.
Step-by-Step Installation
1. Clone the Repository
Clone the Figranium repository to your local machine:2. Build and Start with Docker Compose
Run the following command to build the image locally and start the application in detached mode:- Download the necessary base images.
- Compile the Figranium source code and build the Docker image for your specific architecture.
- Start the containers as defined in the
docker-compose.ymlfile.
3. Access the Application
Once the build is complete and the containers are running, open your browser and navigate to: http://localhost:11345Updating the Installation
To update your installation to the latest version, pull the latest changes from the repository and rebuild the image:Comparison with GHCR (Primary Method)
| Feature | GHCR (Primary) | Git Clone (Secondary) |
|---|---|---|
| Speed | Faster (Downloads pre-built image) | Slower (Builds image locally) |
| Ease of Use | High (Single docker-compose.yml) | Medium (Requires git clone) |
| Architecture | Supports common architectures | Supports all architectures |
| Customization | Limited to environment variables | Full access to source code |