mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 14:24:16 +02:00
880 B
880 B
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