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)
We recommend using the GHCR method whenever possible, as it is faster and more streamlined. Use this Git Clone method if you encounter architecture-related issues or need to modify the source code.