Installation Steps¶
@ATTENTION Variable #AKAUNTING_SETUP: true
needs to be set
New Manual Setup¶
Navigate to Docker Compose Directory: Change to the directory containing your Docker Compose files for Akaunting.
cd {{path_docker_compose_instances}}akaunting/
Set Environment Variables: These are necessary to prevent timeouts during long operations.
export COMPOSE_HTTP_TIMEOUT=600 export DOCKER_CLIENT_TIMEOUT=600
Start Akaunting Service: This command will initialize the Akaunting setup.
AKAUNTING_SETUP=true docker-compose -p akaunting up -d
Check Web Interface: Ensure the web interface is operational.
Restart Services: To finalize the setup, restart the services.
docker-compose down docker-compose -p akaunting up -d